KevinStern / index-cpp
C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or RAM.
☆76Updated 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
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 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☆52Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 3 years ago
- General purpose C++ library for iZENECloud☆42Updated 9 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Templated Portable I/O Environment☆113Updated 3 months ago
- SILT: A Memory-Efficient, High-Performance Key-Value Store☆177Updated 2 years ago
- High-performance dictionary coding☆104Updated 7 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆42Updated 8 years ago
- Fast decoder for VByte-compressed integers☆122Updated 9 months ago
- Benchmark of common hash functions☆35Updated 5 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 2 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- 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
- ☆66Updated 4 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆99Updated 6 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆63Updated 9 months ago
- QSBR and EBR library☆118Updated 5 years ago
- A comparison between different integer set techniques☆14Updated 6 years ago
- MDBM a very fast memory-mapped key/value store.☆77Updated last year
- HYRISE In-Memory Hybrid Storage Engine (archived, now developed in hyrise/hyrise repo)☆89Updated 7 years ago
- LSM-trie☆113Updated 3 years ago