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
- For details, see the blog post:☆35Updated 2 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
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 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
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 years ago
- The world's first wait-free Software Transactional Memory☆174Updated 5 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- Template Vector Library☆18Updated 4 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☆94Updated 2 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆91Updated 2 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
- Our open source benchmarks and code samples☆193Updated 2 months ago
- C++ framework for rapid server development☆76Updated last year
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- High-performance multicore-scalable data structures and benchmarks☆144Updated 6 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago