summaryrefslogtreecommitdiffstats
path: root/perl/perl-Sys-Mmap/README
blob: 43d3c4ab36231b9969127ee76ac68ce8d024d78c (plain)
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.