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.
☆43Updated 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:
- 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☆77Updated 11 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Effective Memory Reclamation☆62Updated 5 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 4 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 future and stream library for modern C++.☆67Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 3 weeks 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
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆180Updated 12 years ago
- Boost.Coroutine☆85Updated last month
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 10 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
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 9 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- Literal Logging for C++☆86Updated 7 years ago
- Heap allocation free version of C++11 std::function☆57Updated 4 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
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Boost.org multi_index module☆52Updated 2 weeks ago