lemire / runningmaxmin
Fast maximum-minimum filters implemented in C++
☆44Updated last year
Related projects ⓘ
Alternatives and complementary repositories for runningmaxmin
- STL-Compatible Lemire-Fenn algorithm for running min/max☆26Updated 4 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 7 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆60Updated 9 months ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 4 years ago
- A C++ library for integer array compression☆27Updated 2 years ago
- C++ implementation of Concise and WAH compressed bitsets☆21Updated 7 years ago
- Vectorized version of the PCG random number generator☆75Updated 5 years ago
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆63Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆111Updated 4 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- simd algorithms☆9Updated 9 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- Add-on packages for Vector class library☆72Updated 11 months ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 4 years ago
- A Variable-Length String Hashing Library in C++☆43Updated 5 years ago
- How fast can we shuffle values?☆37Updated 8 months ago
- Vectorized intersections (research code)☆14Updated 7 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- A portable CPU profiler with ASCII,CSV,TSV,Markdown,chrome://tracing support (C++11)☆64Updated 8 years ago
- stl compatible hashtable☆29Updated 7 years ago
- Header only C++14 micro benchmark☆14Updated 8 years ago
- SIMD sorting network generator and very basic tester☆16Updated 2 years ago
- Emulation of resumable expressions using boost.coroutine☆12Updated 6 years ago
- A set of benchmarking tools used to quantify the performance of BDE-style polymorphic allocators.☆34Updated 8 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months ago