Vectorized / Static-SortLinks
A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.
☆54Updated 5 years ago
Alternatives and similar repositories for Static-Sort
Users that are interested in Static-Sort are comparing it to the libraries listed below
Sorting:
- ☆32Updated 4 years ago
- C++ multidimensional arrays in the spirit of the STL☆203Updated 9 months ago
- nanothread — Minimal thread pool for task parallelism☆91Updated this week
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆114Updated 2 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆101Updated 2 months ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 8 years ago
- Experimental ranges for CUDA☆25Updated 7 years ago
- C++ zero-cost abstraction for SoA/AoS memory layouts☆196Updated 3 years ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆45Updated last month
- Struct-of-Arrays generator for C++ projects.☆60Updated last year
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- A vectorizable multi-dimensional iterator for C++ using the Coroutines TS☆12Updated 3 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- ☆101Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- Half precision floating point C++ library (imported from sourceforge upstream).☆35Updated 8 years ago
- C++ implementation of a 16 bit floating-point type mimicking most of the IEEE 754 behaviour. Compatible with the half data type used as t…☆152Updated 13 years ago
- Light and self-contained implementation of C++17 parallel algorithms.☆38Updated last year
- Add-on packages for Vector class library☆76Updated 2 years ago
- A simple, extensible, portable, efficient and header-only SIMD library!☆232Updated 4 years ago
- A highly optimised C++ library for mathematical applications and neural networks.☆178Updated 5 months ago
- Lossless compressor of multidimensional floating-point arrays☆124Updated 5 years ago
- The project provides high-performance concurrency, enabling highly parallel computation.☆234Updated this week
- A fully featured single header library implementing a vector container with a small buffer optimization.☆72Updated 9 months ago
- Greg's Template Library of useful classes.☆261Updated 3 weeks ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆37Updated last month
- NanoSTL, a small subset of C++ STL and libm☆129Updated 5 months ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆73Updated last year
- variant type for CUDA☆12Updated 10 years ago