Kronuz / cpp-btreeLinks
Modern C++ B-tree containers
☆271Updated 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:
- Fast and memory efficient c++ flat hash map/set☆602Updated last month
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆307Updated 10 months ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆349Updated 8 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆588Updated 2 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- A fast work-stealing queue template in C++☆307Updated last year
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆742Updated 8 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆411Updated 4 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A micro microbenchmarking library for C++11 in a single header file☆218Updated 2 months ago
- network library based on io_uring and C++20 coroutine☆103Updated 5 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆362Updated 2 weeks ago
- ☆144Updated this week
- A STL allocator that mmaps files☆247Updated 4 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆164Updated 9 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆820Updated 8 months ago
- Boost.Lockfree☆133Updated 2 weeks ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆65Updated 8 months ago
- C++11 metaprogramming library☆258Updated 3 weeks ago
- C++ implementation of raft consensus☆264Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆262Updated 2 years ago
- C++20 coroutine library☆765Updated this week
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆177Updated 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 …☆295Updated 8 months ago