The mmap package
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. Modifications are also supported.
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8 |
|---|---|
| Dependencies | base (<5), bytestring |
| License | BSD3 |
| Copyright | 2008, Gracjan Polak |
| Author | Gracjan Polak <gracjanpolak@gmail.com> |
| Maintainer | Gracjan Polak <gracjanpolak@gmail.com> |
| Stability | alpha |
| Category | System |
| Executables | mmaptest |
| Upload date | Mon Sep 27 12:08:35 UTC 2010 |
| Uploaded by | GracjanPolak |
| Built on | ghc-6.12, ghc-7.0, ghc-7.2 |
| Distributions | Fedora: 0.5.8, NixOS: 0.5.8, Debian: 0.5.8, FreeBSD: 0.5.8 |
Modules
- System
Downloads
- mmap-0.5.7.tar.gz (Cabal source package)
- package description (included in the package)