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:
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆321Updated last year
- Comprehensive benchmarks of C++ maps☆314Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆615Updated 2 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆106Updated 5 years ago
- A fast work-stealing queue template in C++☆321Updated last year
- Boost.Lockfree☆144Updated last month
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated 3 weeks ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 3 weeks ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆432Updated 9 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 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☆638Updated last week
- C++ implementation of raft consensus☆267Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- ☆339Updated 2 weeks ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆169Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 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
- Lewis Baker's Blog☆72Updated 6 months ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- 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
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆180Updated 12 years ago
- C++ implementation of Radix tree☆65Updated 6 years ago