slackbuilds_ponce/libraries/perl-Sys-Mmap/README
V'yacheslav Stetskevych 4f32be64aa libraries/perl-Sys-Mmap: Added (maps in a file as a Perl variable)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2010-06-25 00:04:40 -04:00

5 lines
271 B
Text

perl-Sys-Mmap (uses mmap to map in a file as a Perl variable)
The mmap module uses the POSIX mmap call to map in a file as a Perl
variable. Memory access by mmap may be shared between threads or
forked processes, and may be a disc file that has been mapped into memory.