BSD-3-Clause licensed by Don Stewart
Maintained by Don Stewart
This version can be pinned in stack with:bytestring-mmap-0.2.2@sha256:d04e6bc5a158dd292757d3b9b032beb8a2c43e768777d64a8289abf89f612f67,1282

Module documentation for 0.2.2

  • System
    • System.IO
      • System.IO.Posix
        • System.IO.Posix.MMap
          • System.IO.Posix.MMap.Internal
          • System.IO.Posix.MMap.Lazy
Depends on 3 packages(full list with versions):
Used by 1 package in lts-0.7(full list with versions):

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