pkgsrc/devel/p5-Sys-Mmap/DESCR
gdt 4f349a1ad1 devel/p5-Sys-Mmap: Add version 0.20
This package contains a perl module to access mmap.

The Sys::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. Sys::Mmap depends on your operating system supporting UNIX or
POSIX.1b mmap, of course.
2021-10-05 12:57:48 +00:00

7 lines
354 B
Text

This package contains a perl module to access mmap.
The Sys::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. Sys::Mmap depends on your operating system supporting UNIX or
POSIX.1b mmap, of course.