lemire / runningmaxminLinks
Fast maximum-minimum filters implemented in C++
☆45Updated 2 years ago
Alternatives and similar repositories for runningmaxmin
Users that are interested in runningmaxmin are comparing it to the libraries listed below
Sorting:
- STL-Compatible Lemire-Fenn algorithm for running min/max☆27Updated 5 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 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
- 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
- Header only C++14 micro benchmark☆14Updated 9 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
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- Emulation of resumable expressions using boost.coroutine☆12Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- Vectorized intersections (research code)☆16Updated 8 years ago
- Reference counted synchronized pointer.☆14Updated 7 years ago
- A Variable-Length String Hashing Library in C++☆44Updated 5 years ago
- Vectorized version of the PCG random number generator☆80Updated 3 months ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated 11 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Overridable universal operator overloading for C++14☆20Updated 10 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…