mmap-0.5.8: Memory mapped files for POSIX and Windows

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

Versions0.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
Dependenciesbase (<5), bytestring
LicenseBSD3
Copyright2008-2012, Gracjan Polak
AuthorGracjan Polak <gracjanpolak@gmail.com>
MaintainerGracjan Polak <gracjanpolak@gmail.com>
Stabilitystable
CategorySystem
Source repositorydarcs get http://code.haskell.org/mmap
Executablesmmaptest
Upload dateSun Jun 24 10:39:54 UTC 2012
Uploaded byGracjanPolak
Built onghc-7.4
DistributionsFedora: 0.5.8, NixOS: 0.5.8, Debian: 0.5.8, FreeBSD: 0.5.8

Modules

Downloads