A simple C library for compressing lists of integers using binary packing
☆524Aug 18, 2023Updated 2 years ago
Alternatives and similar repositories for simdcomp
Users that are interested in simdcomp are comparing it to the libraries listed below
Sorting:
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆445Jul 7, 2025Updated 8 months ago
- The FastPFOR C++ library: Fast integer compression☆963Mar 5, 2026Updated 2 weeks 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
- Fast integer compression in C using the StreamVByte codec☆413Feb 9, 2025Updated last year
- Fast decoder for VByte-compressed integers☆127Nov 15, 2025Updated 4 months ago
- High-performance dictionary coding☆110Apr 5, 2017Updated 8 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Feb 19, 2017Updated 9 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years 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
- C library implementing the ridiculously fast CLHash hashing function☆282Apr 4, 2024Updated last year
- Fast differential coding functions (using SIMD instructions)☆55Dec 8, 2017Updated 8 years ago
- SIMD algorithms for integer compression via bitpacking. This crate is a port of a C library called simdcomp.☆329Feb 9, 2026Updated last month
- 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 simple bitset library in C☆142Jan 12, 2026Updated 2 months ago
- A very fast scalar implementation for Frame Of Reference integer compression.☆109Nov 5, 2015Updated 10 years ago
- A port of Stream VByte to Go☆35Feb 22, 2022Updated 4 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆55Jan 3, 2024Updated 2 years ago
- A fast, compressed, persistent binary data store library for C.☆554Updated this week
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- Header-only binary fuse and xor filter library☆425Jan 19, 2026Updated 2 months ago
- TurboRLE-Fastest Run Length Encoding☆289Apr 7, 2023Updated 2 years ago
- A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`.☆1,044Dec 15, 2025Updated 3 months ago
- LZ77/LZSS designed for SSE based decompression☆146Apr 18, 2019Updated 6 years ago
- Integer Compression Libraries for Go☆133Dec 23, 2017Updated 8 years ago
- SIMD-accelerated base64 codecs☆445Apr 4, 2024Updated last year
- Vectorized version of the PCG random number generator☆87Jan 9, 2026Updated 2 months ago
- Filter for improving compression of typed binary data.☆235Dec 31, 2024Updated last year
- A very fast lightweight embedded database engine with a built-in query language.☆576Aug 20, 2021Updated 4 years ago
- Succinct Data Structure Library 2.0☆2,299Jun 2, 2023Updated 2 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Nov 15, 2024Updated last year
- Proof of concept LSM-tree built on MDB☆17Jun 1, 2015Updated 10 years ago
- Universe-sliced indexes in C++.☆18Jan 8, 2023Updated 3 years ago
- Adaptive Radix Trees implemented in C☆818Mar 21, 2022Updated 3 years ago
- Fast and Strong Burrows Wheeler Model☆20Nov 6, 2018Updated 7 years ago
- Fast Static Symbol Table (FSST): efficient random-access string compression☆501Nov 26, 2025Updated 3 months ago
- A fast alternative to the modulo reduction☆318Mar 22, 2021Updated 4 years ago
- A compact implementation of Dr. Askitis HatTrie☆80May 20, 2014Updated 11 years ago
- Bloom filter alternative (C++)☆18Nov 8, 2018Updated 7 years ago