@hackage bytestring-mmap0.2.2
mmap support for strict ByteStrings
Categories
License
BSD-3-Clause
Maintainer
Don Stewart <dons00@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
- base <3
- bytestring >=0.9
- unix <2.8 Show all…
Dependents (15)
@hackage/xeno, @hackage/biohazard, @hackage/reedsolomon, @hackage/GeoIp, @hackage/snap-core, @hackage/parsestar, Show all…
Package Flags
split-base
(on by default)
Choose the new smaller, split-up base package.
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.