blob: 8d89b67e0f4a15502c5f97ea3408c2a3170e39db (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: http://hackage.haskell.org/packages/archive/mmap
|