slackbuilds_ponce/libraries/perl-Sys-Mmap
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
..
perl-Sys-Mmap.info libraries/perl-Sys-Mmap: Added (maps in a file as a Perl variable) 2010-06-25 00:04:40 -04:00
perl-Sys-Mmap.SlackBuild libraries/perl-Sys-Mmap: Added (maps in a file as a Perl variable) 2010-06-25 00:04:40 -04:00
README libraries/perl-Sys-Mmap: Added (maps in a file as a Perl variable) 2010-06-25 00:04:40 -04:00
slack-desc libraries/perl-Sys-Mmap: Added (maps in a file as a Perl variable) 2010-06-25 00:04:40 -04:00

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.