develooper Front page | perl.beginners | Postings from May 2023

Re: storage types for big file

Thread Previous
From:
Andrew Solomon
Date:
May 30, 2023 16:24
Subject:
Re: storage types for big file
Message ID:
CAN=twKsvJVma07yXim5oddA-w_CugH9KmdyAiahh5mv-V-pWWw@mail.gmail.com
I haven't done this myself, but my first attempt would be with

https://metacpan.org/pod/Path::Tiny

using the spew_raw method.

On Tue, May 30, 2023 at 1:28 PM <tom@dkinbox.com> wrote:

>
> Hello
>
> I have a big file after making changes in ram I need to write it back to
> disk.
> I know for text file store it's written line by line.
> But is there any better storage type for high performance read/writing?
> maybe binary?
>
> Thank you.
>
>
> --
> Sent from https://dkinbox.com/
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> http://learn.perl.org/
>
>
>

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About