mpictor / judy-templateLinks
An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ . Public domain.
☆44Updated 10 years ago
Alternatives and similar repositories for judy-template
Users that are interested in judy-template 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☆183Updated last year
- C++ framework for rapid server development☆77Updated last year
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- C++14 cache friendly B-heap priority queue☆109Updated last month
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Effective Memory Reclamation☆62Updated 5 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 8 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆229Updated 4 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- Boost.org multi_index module☆53Updated last week
- A public domain lock free queues implemented in C++11☆180Updated 11 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
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 4 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago