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:
- 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
- Templated Portable I/O Environment☆114Updated 5 months ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Fast decoder for VByte-compressed integers☆125Updated last year
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years 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
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆91Updated 2 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- High-performance dictionary coding☆107Updated 8 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆43Updated 10 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Consistent Hashing data structures and algorithms for C++☆39Updated 8 years ago
- Compute xxHash hash codes for 8 keys in parallel☆46Updated 6 years ago
- Transpose: SIMD Integer+Floating Point Compression Filter☆62Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- General purpose C++ library for iZENECloud☆43Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- Supersonic is an ultra-fast, column oriented query engine library written in C++☆207Updated 5 years ago