algorithm-ninja / cpp-btreeLinks
Git mirror of the official (mercurial) repository of cpp-btree
☆78Updated 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:
- STL-based caches for C++☆116Updated 2 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
- Boost.Coroutine2☆135Updated 2 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last week
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆207Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- C++ framework for rapid server development☆77Updated last year
- Boost.Lockfree☆145Updated 3 weeks ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- Our open source benchmarks and code samples☆193Updated 2 weeks ago
- Boost.org multi_index module☆53Updated this week
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Boost.org intrusive module☆61Updated this week
- Enjoy template metaprogramming☆114Updated 8 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Boost.Coroutine☆86Updated 2 months ago
- Boost.Sort☆56Updated this week
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Modern C++ B-tree containers☆277Updated 2 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 5 months ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 9 years ago