in reply to Most efficient way to load file contents into scalar?
You could try Sys::Mmap::Simple. It doesn't really load the file, but for some applications, the end result is the same, and it should be much faster for big files.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Most efficient way to load file contents into scalar?
by spx2 (Deacon) on Apr 24, 2009 at 15:00 UTC | |
by smallwalrus (Initiate) on Apr 24, 2009 at 22:48 UTC | |
by Marshall (Canon) on Apr 25, 2009 at 07:35 UTC | |
by spx2 (Deacon) on Apr 24, 2009 at 23:19 UTC |