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.
☆42Updated 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☆179Updated 11 months 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 persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 4 years ago
- C++ framework for rapid server development☆76Updated last year
- Our open source benchmarks and code samples☆192Updated last month
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 months ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- The world's first Web-scale memory allocator☆108Updated 7 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆227Updated 3 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Boost.Coroutine☆85Updated 2 weeks ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Boost.org multi_index module☆51Updated 2 weeks ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- Boost.Coroutine2☆135Updated 2 weeks ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- A future and stream library for modern C++.☆67Updated 2 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago