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:
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆181Updated 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
- C++14 cache friendly B-heap priority queue☆106Updated 4 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
- C++ framework for rapid server development☆76Updated last year
- Effective Memory Reclamation☆61Updated 5 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Our open source benchmarks and code samples☆192Updated 2 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆76Updated 11 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- Coroutines in C☆121Updated 11 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- The world's first Web-scale memory allocator☆108Updated 7 years ago
- For details, see the blog post:☆32Updated last year
- A STL allocator that mmaps files☆251Updated 4 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago