Kronuz / cpp-btreeLinks
Modern C++ B-tree containers
☆274Updated last year
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☆310Updated 11 months ago
- Comprehensive benchmarks of C++ maps☆310Updated 2 years ago
- A fast work-stealing queue template in C++☆310Updated last year
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆416Updated 6 months ago
- C++ implementation of a memory efficient hash map and hash set☆353Updated 9 months ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆599Updated this week
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated last month
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- Fast and memory efficient c++ flat hash map/set☆618Updated last month
- An open addressing linear probing hash table, tuned for delete heavy workloads☆207Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 9 months ago
- Boost.Lockfree☆134Updated last month
- A STL allocator that mmaps files☆248Updated 4 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- ☆332Updated last month
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- C++ implementation of raft consensus☆265Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆180Updated last year
- High performance HTTP server built on C++20 coroutines and io_uring☆165Updated 11 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆227Updated 3 years ago
- An implementation of Seqlock in C++11☆215Updated 11 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- A general-purpose high-performance lightweight STL-like modern C++ B-Tree☆239Updated 8 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- ☆127Updated 2 years ago
- Concurrent Deferred Reference Counting☆165Updated 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 …☆295Updated 10 months ago