philipbecker / cpp-artLinks
STL-compliant map and set container based on a C++11 Adaptive Radix Tree implementation.
☆11Updated 9 years ago
Alternatives and similar repositories for cpp-art
Users that are interested in cpp-art are comparing it to the libraries listed below
Sorting:
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆78Updated 5 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 years ago
- For details, see the blog post:☆34Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Template Vector Library☆18Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Cross-platform atomic operations and lock algorithm library☆100Updated 7 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 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
- A C++ library for integer array compression☆30Updated 3 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- QSBR and EBR library☆133Updated 6 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- Super Scalar Sample Sort in modern C++☆21Updated 5 years ago
- C++ micro benchmark library☆98Updated 8 years ago
- Lock-free Transactions without Rollbacks for Linked Data Structures☆23Updated 3 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
- Concurrent trie-hash map library☆93Updated 2 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Some near drop in stl compatible hash tables that are a lot more space efficient than any other options.☆22Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago