algorithm-ninja / cpp-btreeLinks
Git mirror of the official (mercurial) repository of cpp-btree
☆75Updated 11 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:
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- STL-based caches for C++☆116Updated 2 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- C++ framework for rapid server development☆77Updated last year
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 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
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Boost.Coroutine2☆135Updated 3 months ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- A disruptor thread-synchronisation data structure for C++11.☆131Updated 2 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Component-Model Framework in C++☆44Updated 9 years ago
- Boost.Lockfree☆135Updated 2 months ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Boost.org intrusive module☆59Updated 3 weeks ago
- For details, see the blog post:☆32Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- The world's first Web-scale memory allocator☆108Updated 7 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- An implementation of Seqlock in C++11☆219Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- A STL allocator that mmaps files☆248Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆62Updated 6 years ago