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☆185Updated 2 months ago
- C++ framework for rapid server development☆76Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 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
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆170Updated 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++☆141Updated 2 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 weeks ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A public domain lock free queues implemented in C++11☆180Updated 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
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- A C++ pointer bump memory arena implementation☆94Updated 11 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 7 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆185Updated 12 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- A feature complete LRU cache implementation in C++☆262Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- Component-Model Framework in C++☆44Updated 10 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆85Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 4 months ago
- A hierarchical timer wheel, for implementing timed event queues☆215Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆74Updated 10 years ago