hmatrix-mmap: Memory map Vector from disk into memory efficiently

[ bsd3, library, math, system ] [ Propose Tags ]

Memory map Data.Packed.Vector.Vector from disk into memory efficiently.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.5
Dependencies base (>=2 && <5), hmatrix (>=0.10), mmap (>=0.5.4) [details]
License BSD-3-Clause
Copyright (c) Daniel Peebles 2010, (c) Alan Falloon 2011
Author Daniel Peebles <pumpkingod@gmail.com>, Alan Falloon <alan.falloon@gmail.com>
Maintainer Alan Falloon <alan.falloon@gmail.com>
Category System, Math
Home page http://github.com/alanfalloon/hmatrix-mmap
Uploaded by AlanFalloon at 2011-02-22T05:24:17Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3014 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hmatrix-mmap-0.0.5

[back to package description]
hmatrix-mmap: Load hmatrix Data.Packed.Vector.Vector values using mmap

This package is derived heavily from vector-mmap[1] by Daniel Peebles.

[1] http://hackage.haskell.org/package/vector-mmap