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-2012, Gracjan Polak |
| Author | Gracjan Polak <gracjanpolak@gmail.com> |
| Maintainer | Gracjan Polak <gracjanpolak@gmail.com> |
| Stability | stable |
| Category | System |
| Source repository | darcs get http://code.haskell.org/mmap |
| Executables | mmaptest |
| Upload date | Sun Jun 24 10:39:54 UTC 2012 |
| Uploaded by | GracjanPolak |
| Built on | ghc-7.4 |
| Distributions | Fedora: 0.5.8, NixOS: 0.5.8, Debian: 0.5.8, FreeBSD: 0.5.8 |
Modules
- System
Downloads
- mmap-0.5.8.tar.gz (Cabal source package)
- package description (included in the package)