A C++ library to compress and intersect sorted lists of integers using SIMD instructions
☆446Jun 7, 2026Updated last month
Alternatives and similar repositories for SIMDCompressionAndIntersection
Users that are interested in SIMDCompressionAndIntersection are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- The FastPFOR C++ library: Fast integer compression☆972Jun 7, 2026Updated last month
- A simple C library for compressing lists of integers using binary packing☆531Jun 7, 2026Updated last month
- Fastest Integer Compression☆834Jun 28, 2026Updated 3 weeks ago
- Fast differential coding functions (using SIMD instructions)☆54Dec 8, 2017Updated 8 years ago
- Fast integer compression in C using the StreamVByte codec☆417Jun 7, 2026Updated last month
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- Fast decoder for VByte-compressed integers☆130Jun 7, 2026Updated last month
- 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☆31Mar 18, 2022Updated 4 years ago
- High-performance dictionary coding☆112Apr 5, 2017Updated 9 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆96Mar 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 5 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Jan 29, 2020Updated 6 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,862Updated this week
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A fast implementation for varbyte 32bit/64bit integer compression☆121Feb 19, 2017Updated 9 years ago
- BitMagic Library☆454Updated this week
- Integer Compression Libraries for Go☆133Dec 23, 2017Updated 8 years ago
- benchmarking positional population count☆17Oct 19, 2025Updated 9 months ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆53May 2, 2017Updated 9 years ago
- TurboRLE-Fastest Run Length Encoding☆291Jul 14, 2026Updated last week
- 🚀 Fast C/C++ bit population count library☆368Jul 7, 2026Updated last week
- SIMD (SSE) string functions☆104Jun 28, 2017Updated 9 years ago
- Fast Approximate Membership Filters (C++)☆287Aug 29, 2025Updated 10 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆265Jan 4, 2022Updated 4 years ago
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,857Updated this week
- C library implementing the ridiculously fast CLHash hashing function☆293May 23, 2026Updated last month
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆350Apr 11, 2026Updated 3 months ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- fixed-length integer trim☆35Mar 20, 2023Updated 3 years ago
- Fast Static Symbol Table (FSST): efficient random-access string compression☆534Apr 6, 2026Updated 3 months ago
- A library of inverted index data structures☆150Dec 15, 2022Updated 3 years ago
- Bloom-filter based minimal perfect hash function library☆280Jul 16, 2025Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- A very fast lightweight embedded database engine with a built-in query language.☆573Aug 20, 2021Updated 4 years ago
- A compressed bitmap class in C++.☆459Oct 30, 2024Updated last year
- Clustered Elias-Fano inverted indexes.☆15Jun 4, 2018Updated 8 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆871Nov 11, 2025Updated 8 months ago
- SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html