Language

Package: ecl-mmap @ 1.0.0-0.ba2e98c

Synopsis

File memory mapping for Common Lisp

Description

This is a utility library providing access to the mmap family of functions in a portable way. It allows you to directly map a file into the address space of your process without having to manually read it into memory sequentially. Typically this is much more efficient for files that are larger than a few Kb.

Home page
https://shinmera.github.io/mmap/
Location
gnu/packages/lisp-xyz.scm (line: 11910, column: 4)
License

Lint warnings

LinterMessageLocation
No lint warnings