ademakov / Oroch
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
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆52Updated last year
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- For details, see the blog post:☆32Updated last year
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- benchmarking positional population count☆14Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆26Updated 5 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- LZSSE compression codec ported to SIMDe☆19Updated 4 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- How fast can we shuffle values?☆37Updated last year
- A fast implementation for varbyte 32bit/64bit integer compression☆116Updated 8 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆31Updated 7 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- Linear vs binary search benchmark☆41Updated 5 years ago
- Fast and Reliable (but not Secure) Hash☆53Updated 6 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A persistent hash array-mapped trie for C++☆91Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- ☆13Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- Vectorized version of the PCG random number generator☆76Updated 2 weeks ago
- Pretty table metrics w/ benchmarking, unit conversions in CSV,TSV,ASCII,markdown (C++11)☆19Updated 9 years ago
- String to Float Benchmark☆19Updated 6 years ago