| Crates.io | vbyte |
| lib.rs | vbyte |
| version | 0.1.0 |
| created_at | 2022-11-28 18:11:19.959836+00 |
| updated_at | 2022-11-28 18:11:19.959836+00 |
| description | variable length integer compression |
| homepage | |
| repository | https://github.com/nilsmartel/vbyte-compression |
| max_upload_size | |
| id | 724649 |
| size | 6,608 |
compression of single integers to variable sized lengths Employs nullsupression.
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.