FICHA · AUR

perl-sys-mmap

Use mmap to map in a file as a Perl variable

  • Library
  • LIBRARY
  • PERL
  • MEMORY
  • Dependency only
official+codex · reviewed · May 29, 2026 description in en

Description

Perl programs can map file contents into memory so large data can be accessed through variables without copying everything manually. This is useful for parsers, databases, binary-file tools, and performance-sensitive scripts.

It is a low-level developer library. Memory-mapped files can affect real files directly, so code should handle permissions, locking, truncation, and write behavior carefully to avoid data loss.

Permissions

Permissions not analysed for this source yet.