KevinStern / index-cppLinks
C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or RAM.
☆78Updated 4 years ago
Alternatives and similar repositories for index-cpp
Users that are interested in index-cpp are comparing it to the libraries listed below
Sorting:
- Templated Portable I/O Environment☆114Updated 6 months 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
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- Fast decoder for VByte-compressed integers☆125Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- High-performance multicore-scalable data structures and benchmarks☆143Updated 6 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆108Updated last month
- Consistent Hashing data structures and algorithms for C++☆39Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- C++ library for collecting user-defined in-process runtime statistics with low overhead☆98Updated 6 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
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆44Updated 10 years ago
- a quotient filter written in C☆87Updated 8 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- STL-compliant map and set container based on a C++11 Adaptive Radix Tree implementation.☆11Updated 9 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Effective Memory Reclamation☆62Updated 5 years ago
- General purpose C++ library for iZENECloud☆43Updated 10 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year