sbcl-mmap 1.0.0-0.ba2e98c File memory mapping for Common Lisp

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.