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.
☆73Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for index-cpp
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated last year
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- General purpose C++ library for iZENECloud☆42Updated 9 years ago
- Fast decoder for VByte-compressed integers☆117Updated 6 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 years ago
- C++ implementation of concurrent Binary Search Trees☆73Updated 9 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆27Updated 3 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆55Updated last year
- Benchmark of common hash functions☆35Updated 5 years ago
- Templated Portable I/O Environment☆112Updated this week
- Clustered Elias-Fano inverted indexes.☆14Updated 6 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆97Updated 6 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- testbed for different SIMD implementations for set intersection and set union☆40Updated 4 years ago
- High-performance dictionary coding☆103Updated 7 years ago
- C++17 implementation of memory-efficient dynamic tries☆57Updated 2 years ago
- Memory-mapped storage library☆76Updated 8 years ago
- Fast differential coding functions (using SIMD instructions)☆50Updated 6 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- High-performance multicore-scalable data structures and benchmarks☆138Updated 5 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆40Updated 8 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 8 years ago