mmap

Memory mapped files for POSIX and Windows

LTS Haskell 22.13:0.5.9
Stackage Nightly 2024-03-14:0.5.9
Latest on Hackage:0.5.9

See all snapshots mmap appears in

BSD-3-Clause licensed and maintained by Gracjan Polak
This version can be pinned in stack with:mmap-0.5.9@sha256:93aa561c8cb418920bcbc2c3ae062059d67201d093d8e11cdbc868dcf73e02eb,1547

Module documentation for 0.5.9

This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand loading. Modifications are also supported.