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☆178Updated 9 months ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- C++ framework for rapid server development☆77Updated last year
- Coroutines/Fibers implementation for x86☆65Updated 8 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
- A persistent hash array-mapped trie for C++☆91Updated 2 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
- Our open source benchmarks and code samples☆192Updated this week
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Fast, SIMD hex string encoder and decoder C++ lib and Node.js module☆58Updated 2 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
- W-TinyLFU cache C++11 header only implementation☆61Updated 6 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- A STL allocator that mmaps files☆248Updated 4 years ago
- µSQL is a SQL parser engine for C++ to develop SQL based applications easily, and it supports other SQL like domain specific languages su…☆55Updated 7 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆207Updated last year
- A C++ library for integer array compression☆29Updated 3 years ago
- A public domain lock free queues implemented in C++11☆181Updated 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☆56Updated 3 years ago
- A future and stream library for modern C++.☆67Updated 2 years ago
- generic stack-based container☆107Updated 7 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago