@hackage compact-word-vectors0.1

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 vector corresponding to [1..14] only takes 16 bytes (2 machine words on 64 bit architectures) of heap memory.