A C++ library to compress and intersect sorted lists of integers using SIMD instructions
☆445Jul 7, 2025Updated 8 months ago
Alternatives and similar repositories for SIMDCompressionAndIntersection
Users that are interested in SIMDCompressionAndIntersection are comparing it to the libraries listed below
Sorting:
- The FastPFOR C++ library: Fast integer compression☆963Mar 5, 2026Updated 2 weeks 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
- Fast differential coding functions (using SIMD instructions)☆55Dec 8, 2017Updated 8 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
- 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
- A C++ library for integer array compression☆30Mar 18, 2022Updated 4 years ago
- High-performance dictionary coding☆110Apr 5, 2017Updated 8 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆95Mar 11, 2023Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Jan 29, 2020Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆121Feb 19, 2017Updated 9 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
- BitMagic Library☆443Aug 26, 2025Updated 6 months ago
- Integer Compression Libraries for Go☆133Dec 23, 2017Updated 8 years ago
- benchmarking positional population count☆17Oct 19, 2025Updated 5 months ago
- TurboRLE-Fastest Run Length Encoding☆289Apr 7, 2023Updated 2 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52May 2, 2017Updated 8 years ago
- Fast Approximate Membership Filters (C++)☆289Aug 29, 2025Updated 6 months ago
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,711Updated this week
- 🚀 Fast C/C++ bit population count library☆360Jun 29, 2024Updated last year
- SIMD (SSE) string functions☆104Jun 28, 2017Updated 8 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Jan 4, 2022Updated 4 years ago
- C library implementing the ridiculously fast CLHash hashing function☆282Apr 4, 2024Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Nov 15, 2024Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- An encoder/decoder collection for a sequence of integers☆32Mar 10, 2013Updated 13 years ago
- fixed-length integer trim☆35Mar 20, 2023Updated 3 years ago
- Fast Static Symbol Table (FSST): efficient random-access string compression☆501Nov 26, 2025Updated 3 months ago
- A library of inverted index data structures☆151Dec 15, 2022Updated 3 years ago
- Bloom-filter based minimal perfect hash function library☆276Jul 16, 2025Updated 8 months ago
- A very fast lightweight embedded database engine with a built-in query language.☆576Aug 20, 2021Updated 4 years ago
- A compressed bitmap class in C++.☆460Oct 30, 2024Updated last year
- Clustered Elias-Fano inverted indexes.☆15Jun 4, 2018Updated 7 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆860Nov 11, 2025Updated 4 months ago
- SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html☆355Apr 1, 2024Updated last year
- Trinity IR Infrastructure☆239Nov 8, 2019Updated 6 years ago