compact-word-vectors: Small vectors of small integers stored very compactly.
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.
Modules
[Index] [Quick Jump]
Downloads
- compact-word-vectors-0.2.0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.2.0.1, 0.2.0.2 (info) |
---|---|
Dependencies | base (>=4.8 && <5), primitive (>=0.7) [details] |
Tested with | ghc ==8.6.5 |
License | BSD-3-Clause |
Copyright | (c) 2019-2021 Balazs Komuves |
Author | Balazs Komuves |
Maintainer | bkomuves (plus) hackage (at) gmail (dot) com |
Revised | Revision 1 made by Bodigrim at 2022-09-04T17:54:56Z |
Category | Data |
Home page | https://github.com/bkomuves/compact-word-vectors |
Source repo | head: git clone https://github.com/bkomuves/compact-word-vectors |
Uploaded | by BalazsKomuves at 2021-04-25T10:15:22Z |
Distributions | NixOS:0.2.0.2 |
Reverse Dependencies | 2 direct, 35 indirect [details] |
Downloads | 1708 total (24 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-04-25 [all 1 reports] |