philipbecker / cpp-artLinks
STL-compliant map and set container based on a C++11 Adaptive Radix Tree implementation.
☆11Updated 8 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
- W-TinyLFU cache C++11 header only implementation☆61Updated 6 years ago
- For details, see the blog post:☆32Updated last year
- Effective Memory Reclamation☆58Updated 5 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 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
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- A C++ library for integer array compression☆29Updated 3 years ago
- C++ micro benchmark library☆97Updated 8 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 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
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- Chili: HTTP Served Hot☆9Updated 7 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
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Super Scalar Sample Sort in modern C++☆20Updated 4 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
- FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)☆32Updated 7 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago