Description
Provides memory-mapped file support for Haskell on POSIX and Windows. Memory mapping lets programs access file contents through memory, which can improve performance or simplify certain file-processing patterns.
It is useful for large files, binary formats, databases, indexes, and performance-sensitive tools. It is a low-level library and should be used carefully around file lifetime and platform behavior.