ademakov / OrochLinks
A C++ library for integer array compression
☆29Updated 3 years ago
Alternatives and similar repositories for Oroch
Users that are interested in Oroch 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☆54Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- For details, see the blog post:☆32Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- benchmarking positional population count☆15Updated last year
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆77Updated 4 years ago
- Fast differential coding functions (using SIMD instructions)☆54Updated 7 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- ☆31Updated 9 years ago
- 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
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- ☆13Updated 9 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago