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 5 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:
- 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☆54Updated last year
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Templated Portable I/O Environment☆115Updated 9 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
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- Fast decoder for VByte-compressed integers☆127Updated 2 months ago
- High-performance multicore-scalable data structures and benchmarks☆144Updated 6 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 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
- Supersonic is an ultra-fast, column oriented query engine library written in C++☆207Updated 5 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆92Updated 2 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Consistent Hashing data structures and algorithms for C++☆40Updated 9 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 6 years ago
- General purpose C++ library for iZENECloud☆43Updated 10 years ago
- a quotient filter written in C☆88Updated 8 years ago
- A benchmark of some prominent C/C++ hash table implementations☆104Updated 6 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R…☆49Updated 6 years ago
- For details, see the blog post:☆35Updated 2 years ago
- Benchmark of common hash functions☆38Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- Fast Approximate Membership Filters (C++)☆289Updated 5 months ago
- Raft implementation based on libcppa☆21Updated 10 years ago
- MDBM a very fast memory-mapped key/value store.☆77Updated 2 years ago