slackbuilds_ponce/perl/perl-Sys-Mmap/README
B. Watson 8b1c98b71e perl/perl-Sys-Mmap: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 04:03:13 -04:00

6 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.