Fast integer compression in C using the StreamVByte codec
☆413Feb 9, 2025Updated last year
Alternatives and similar repositories for streamvbyte
Users that are interested in streamvbyte are comparing it to the libraries listed below
Sorting:
- Fast decoder for VByte-compressed integers☆127Nov 15, 2025Updated 4 months ago
- A simple C library for compressing lists of integers using binary packing☆524Aug 18, 2023Updated 2 years ago
- Fastest Integer Compression☆828Mar 1, 2024Updated 2 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆95Mar 11, 2023Updated 3 years ago
- The FastPFOR C++ library: Fast integer compression☆963Mar 5, 2026Updated 2 weeks ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆445Jul 7, 2025Updated 8 months ago
- A port of Stream VByte to Go☆35Feb 22, 2022Updated 4 years ago
- Integer Compression Libraries for Go☆133Dec 23, 2017Updated 8 years ago
- Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpand…☆1,792Mar 9, 2026Updated last week
- A fast implementation for varbyte 32bit/64bit integer compression☆121Feb 19, 2017Updated 9 years ago
- A simple bitset library in C☆142Jan 12, 2026Updated 2 months ago
- Header-only binary fuse and xor filter library☆425Jan 19, 2026Updated 2 months ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Feb 19, 2024Updated 2 years ago
- BitMagic Library