Kronuz / cpp-btreeLinks
Modern C++ B-tree containers
☆276Updated 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☆316Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆331Updated last year
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆440Updated 11 months ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- A fast work-stealing queue template in C++☆327Updated last year
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated last month
- A C++ library providing various concurrent data structures and reclamation schemes.☆625Updated 4 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆374Updated 2 months ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Fast and memory efficient c++ flat hash table/map/set☆662Updated 3 weeks ago
- Boost.Lockfree☆146Updated 3 weeks ago
- High performance HTTP server built on C++20 coroutines and io_uring☆172Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ implementation of Radix tree☆66Updated 6 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆232Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- ☆128Updated 2 years ago
- A STL allocator that mmaps files☆253Updated 4 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆494Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 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 …☆298Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- ☆146Updated last month