Vectorized / Static-Sort
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
☆52Updated 4 years ago
Alternatives and similar repositories for Static-Sort:
Users that are interested in Static-Sort are comparing it to the libraries listed below
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆114Updated 4 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 5 months ago
- A header only library implementing common mathematical functions using SIMD intrinsics☆98Updated 2 weeks ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Add-on packages for Vector class library☆73Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆100Updated 9 months ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆64Updated 9 years ago
- Benchmark and accountability tool for C++ compile-time overhead / compile-time health☆51Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- ☆31Updated 3 years ago
- Small small_vector☆33Updated 4 years ago
- Radix sorting from the ground up☆37Updated last year
- Tiny Test System☆27Updated 2 months ago
- A fast implementation of log() and exp()☆52Updated 2 years ago
- C++ zero-cost abstraction for SoA/AoS memory layouts☆183Updated 2 years ago
- C++20 SIMD Within A Register library☆30Updated 6 months ago
- Seamless llvm-mca CMake integration☆26Updated 4 years ago
- Polyfill some holes in the SSE intrinsics set☆50Updated 2 years ago
- variant type for CUDA☆12Updated 9 years ago
- AVX-optimized sin(), cos(), exp() and log() functions☆120Updated 3 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆30Updated 6 years ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆72Updated 8 months ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆39Updated last year
- Boost.org unordered module☆69Updated this week
- Reference implementation of Grisu-Exact in C++☆62Updated 4 years ago
- nanothread — Minimal thread pool for task parallelism☆64Updated this week
- C++20 and onward collection of high performance data containers and related tools☆54Updated 5 months ago
- A fully featured single header library implementing a vector container with a small buffer optimization.☆57Updated 2 months ago
- stl compatible hashtable☆29Updated 7 years ago