Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 492 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 492 Bytes

POSITIVE-VByte

A JavaScript implementation of VByte positive Integer Array compression based on Daniel Lemire FastIntegerCompression.js.

  • Process only positive Integers (e.g. for an index Array)
  • Split in two files:
    • Compression as a Node.js module
    • Decompression as an HTML script file

Further optimisation of the decompression script could be implemented as a WASM module.