You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Glenn Becker 56f1951015 perl/perl-Sys-Mmap: Updated for version 0.17 + new maintainer. 10 years ago
..
README perl/*: Moved all of the Perl modules to here 15 years ago
perl-Sys-Mmap.SlackBuild perl/perl-Sys-Mmap: Updated for version 0.17 + new maintainer. 10 years ago
perl-Sys-Mmap.info perl/perl-Sys-Mmap: Updated for version 0.17 + new maintainer. 10 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

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.