mpictor / judy-template
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 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for judy-template
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆165Updated 5 years ago
- Coroutines/Fibers implementation for x86☆66Updated 8 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- C++ framework for rapid server development☆76Updated 9 months ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- C++ Green threads and coroutines library☆38Updated 10 years ago
- Effective Memory Reclamation☆50Updated 4 years ago
- λ → C++ library for functional programming☆37Updated 7 years ago
- fast prime sieve and hash algorithm☆37Updated 10 months ago
- Open multi-methods for C++11☆117Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆176Updated last month
- The world's first Web-scale memory allocator☆105Updated 6 years ago
- For details, see the blog post:☆31Updated 11 months ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆35Updated last week
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Literal Logging for C++☆83Updated 7 years ago
- A C++14 library to make it easier to work with parameter packs☆56Updated 5 years ago
- Stack allocated and type-erased functors 🐜☆53Updated 6 years ago
- portability macros for compiler and hardware micro operations☆35Updated 4 months ago
- Memory-mapped storage library☆76Updated 8 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆104Updated 3 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year