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
- For details, see the blog post:☆35Updated 2 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- A persistent hash array-mapped trie for C++☆92Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆92Updated 2 years ago
- Magic ring buffer☆22Updated 9 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
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- A C++ library for integer array compression☆30Updated 3 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
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 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/ …☆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
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 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
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆136Updated 6 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 6 years ago
- Hash Array Mapped Trie (C++ Templates)☆125Updated 2 years ago
- C++ micro benchmark library☆98Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆53Updated 4 years ago
- Consistent Hashing data structures and algorithms for C++☆40Updated 9 years ago
- Lock-free Transactions without Rollbacks for Linked Data Structures☆23Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Updated 2 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Simple metrics library for C++ programs☆34Updated 13 years ago