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.
☆45Updated 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 month
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- C++ framework for rapid server development☆76Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 2 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 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
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- Fast, SIMD hex string encoder and decoder C++ lib and Node.js module☆56Updated 3 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆232Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated last month
- Effective Memory Reclamation☆63Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- 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
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- Boost.Coroutine☆86Updated 3 weeks ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- C++14 (and beyond) library features implemented in C++11☆249Updated 8 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago