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:
- For details, see the blog post:☆32Updated last year
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆77Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- W-TinyLFU cache C++11 header only implementation☆62Updated 6 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 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
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 9 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 7 years ago
- Our open source benchmarks and code samples☆192Updated last month
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆76Updated 11 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Literal Logging for C++☆86Updated 7 years ago
- C++ implementation of Radix tree☆65Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 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
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- Template Vector Library☆18Updated 4 years ago