RoaringBitmap / CRoaring
Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks
☆1,595Updated last month
Alternatives and similar repositories for CRoaring:
Users that are interested in CRoaring are comparing it to the libraries listed below
- A high-performance, concurrent hash table☆1,629Updated 2 months ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆2,745Updated last week
- The FastPFOR C++ library: Fast integer compression☆897Updated last week
- Adaptive Radix Trees implemented in C☆777Updated 2 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆802Updated 4 months ago
- Fastest RPC in the west☆724Updated last year
- C++ implementation of Raft core logic as a replication library☆1,034Updated this week
- Concurrent data structures in C++☆1,409Updated 4 years ago
- A simple C library for compressing lists of integers using binary packing☆497Updated last year
- Succinct Data Structure Library 2.0☆2,227Updated last year
- Automatically exported from code.google.com/p/cityhash☆1,126Updated 9 months ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,433Updated this week
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,124Updated 5 months ago
- Fastest Integer Compression☆784Updated 10 months ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆429Updated last year
- Fast Static Symbol Table (FSST): efficient random-access string compression☆406Updated 5 months ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆982Updated 7 months ago
- Header-only binary fuse and xor filter library☆357Updated last week
- C implementation of the Raft Consensus protocol, BSD licensed☆1,135Updated last year
- Message passing based allocator☆1,604Updated this week
- A collection of resources on wait-free and lock-free programming☆1,839Updated 11 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,539Updated last year
- A fast, memory efficient hash map for C++