The latest version of compact-word-vectors is 0.2.0.2-1.
compact-word-vectors
Version 0.2.0.1 revision 1 uploaded by BalazsKomuves.
Package meta
- Synopsis
- Small vectors of small integers stored very compactly.
- Description
A data structure to store small vectors of small integers with minimal memory overhead. For example the (word) vector corresponding to [1..14] only takes 16 bytes (2 machine words on 64 bit architectures) of heap memory. See the module Data.Vector.Compact.WordVec for more details.
- Author
- Balazs Komuves
- Bug reports
- n/a
- Category
- Data
- Copyright
- (c) 2019 Balazs Komuves
- Homepage
- http://moire.be/haskell/
- Maintainer
- bkomuves (plus) hackage (at) gmail (dot) com
- Package URL
- n/a
- Stability
- Experimental