@hackage / compact-word-vectors

Small vectors of small integers stored very compactly.

Latest0.2.0.2

About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Maintained by: bkomuves (plus) hackage (at) gmail (dot) com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.5

Readme

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.