varint-compression 0.2.0

variable length integer compression
Documentation
  • Coverage
  • 16.67%
    1 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 6.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • nilsmartel/vbyte-compression
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nilsmartel

variable int compression

compression of single integers to variable sized bytes.

Implementation

This implementation uses 7 bits of each byte to store data and the last bit is used to store wether or not the integer continues afterwards.