fast-pack / streamvbyteLinks
Fast integer compression in C using the StreamVByte codec
☆410Updated 9 months ago
Alternatives and similar repositories for streamvbyte
Users that are interested in streamvbyte are comparing it to the libraries listed below
Sorting:
- A simple C library for compressing lists of integers using binary packing☆511Updated 2 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆440Updated 4 months ago
- Fastest Integer Compression☆818Updated last year
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- The FastPFOR C++ library: Fast integer compression☆941Updated last week
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- Fast Static Symbol Table (FSST): efficient random-access string compression☆479Updated last month
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆333Updated last year
- High-performance dictionary coding☆108Updated 8 years ago
- TurboRLE-Fastest Run Length Encoding☆289Updated 2 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆91Updated 2 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Fast decoder for VByte-compressed integers