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.
☆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
Sorting:
- General purpose C++ library for iZENECloud☆42Updated 10 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 differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 3 years ago
- High-performance dictionary coding☆104Updated 8 years ago
- Fast decoder for VByte-compressed integers☆122Updated 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
- W-TinyLFU cache C++11 header only implementation☆59Updated 6 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- Space-Efficient, High-Performance Rank & Select Structures on Uncompressed Bit Sequences☆54Updated last year
- A C++ library for integer array compression☆29Updated 3 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 4 months ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Consistent Hashing data structures and algorithms for C++☆39Updated 8 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆56Updated 2 years ago
- a quotient filter written in C☆84Updated 7 years ago
- Iterator library.☆79Updated 5 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- Templated Portable I/O Environment☆113Updated last month
- Benchmark of common hash functions