Re: storage types for big file
[email protected] (Andrew Solomon) Tue, 30 May 2023 17:24:34 +0100
| Newsgroups | perl.beginners |
|---|---|
| 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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > http://learn.perl.org/ > > >