Kronuz / cpp-btreeLinks
Modern C++ B-tree containers
☆279Updated 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:
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆336Updated last year
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A fast work-stealing queue template in C++☆331Updated last week
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated this week
- A C++ library providing various concurrent data structures and reclamation schemes.☆629Updated 4 months ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated 2 months ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆441Updated 11 months ago
- Fast and memory efficient c++ flat hash table/map/set☆667Updated this week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Boost.Lockfree☆148Updated 3 weeks ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆234Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- C++ implementation of Radix tree☆66Updated 6 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆176Updated last year
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆494Updated 3 years ago
- ☆350Updated last week
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆212Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- 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 …☆297Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆72Updated last month
- C++ implementation of raft consensus☆271Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆224Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆280Updated 3 years ago