Skip to content

A JavaScript compression/decompression implementation of VByte integer Array to be used in Node.js (compression) and Browser (decompression)

License

Notifications You must be signed in to change notification settings

octoxalis/positive-VByte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A JavaScript compression/decompression implementation of VByte integer Array to be used in Node.js (compression) and Browser (decompression)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published