efficient / libcuckoo
A high-performance, concurrent hash table
☆1,662Updated last month
Alternatives and similar repositories for libcuckoo:
Users that are interested in libcuckoo are comparing it to the libraries listed below
- Concurrent data structures in C++☆1,417Updated 4 years ago
- A C++ library of Concurrent Data Structures☆2,626Updated last year
- A fast, memory efficient hash map for C++☆1,268Updated 2 years ago
- C++ associative containers☆1,580Updated 3 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆740Updated 7 months ago
- Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks☆1,635Updated last month
- C++ implementation of a fast and memory efficient HAT-trie☆817Updated 7 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,287Updated last year
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,340Updated last month
- Fastest RPC in the west☆730Updated 2 years ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,489Updated 2 months ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆2,936Updated 3 weeks ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆988Updated last year
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆969Updated last year
- C++ implementation of Raft core logic as a replication library☆1,085Updated last week
- Unified Executors☆1,580Updated 2 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,562Updated 2 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆737Updated 5 years ago
- A collection of resources on wait-free and lock-free programming☆1,886Updated last year
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- Bloom filters for C++11☆357Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆577Updated last month
- Adaptive Radix Trees implemented in C☆788Updated 3 years ago
- Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.☆1,148Updated 2 months ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,934Updated 2 months ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆434Updated last year
- The FastPFOR C++ library: Fast integer compression