Crates.io | varint-compression |
lib.rs | varint-compression |
version | 0.2.0 |
source | src |
created_at | 2022-10-01 11:01:22.18199 |
updated_at | 2022-10-03 21:35:08.702869 |
description | variable length integer compression |
homepage | |
repository | https://github.com/nilsmartel/varint-compression |
max_upload_size | |
id | 677747 |
size | 6,633 |
compression of single integers to variable sized bytes.
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.