streamvbyte

Fast integer compression library using SIMD for efficient data encoding

brewmacoslinux
Try with needOr install directly
Source

About

Fast integer compression in C

Commands

streamvbyte

Examples

Compress an integer array and measure compression ratio$ streamvbyte compress input.bin output.bin
Decompress a streamvbyte-compressed file$ streamvbyte decompress output.bin decompressed.bin
Benchmark compression performance on sample data$ streamvbyte benchmark --iterations 1000