Kronuz / cpp-btreeLinks
Modern C++ B-tree containers
☆273Updated 2 years ago
Alternatives and similar repositories for cpp-btree
Users that are interested in cpp-btree are comparing it to the libraries listed below
Sorting:
- Comprehensive benchmarks of C++ maps☆313Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆319Updated last year
- A fast work-stealing queue template in C++☆320Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆610Updated last month
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated this week
- Fast and memory efficient c++ flat hash table/map/set☆632Updated last week
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆431Updated 8 months ago
- network library based on io_uring and C++20 coroutine☆107Updated 5 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated this week
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆169Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆181Updated 11 months ago
- Git mirror of the official (mercurial) repository of cpp-btree☆76Updated 11 years ago
- Boost.Lockfree☆140Updated last week
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆758Updated 11 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- A STL allocator that mmaps files☆251Updated 4 years ago
- A highly optimized single producer single consumer message queue C++ template☆273Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- ☆338Updated last week
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 3 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- An implementation of Seqlock in C++11☆223Updated last year
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆296Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆200Updated last year