[Haskell-cafe] Cheap ByteString mmap

Don Stewart dons at galois.com
Sat Dec 15 19:07:27 EST 2007


A little mmap binding for ByteStrings.

    http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-mmap-0.1.1

Should be useful for managing file resources under pressure (cheaper
than a readFile, and with different constraints).

Posix only. the Win32 mmap for bytestrings is in the win32 package.

-- Don


More information about the Haskell-Cafe mailing list