Vectorized / Static-SortLinks
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
Sorting:
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 9 months ago
- C++ zero-cost abstraction for SoA/AoS memory layouts☆190Updated 3 years ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆41Updated 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☆105Updated last year
- Struct-of-Arrays generator for C++ projects.☆58Updated 11 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…☆74Updated last year
- Flat containers for C++☆59Updated 2 weeks ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆126Updated 2 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Half precision floating point C++ library (imported from sourceforge upstream).☆35Updated 7 years ago
- Boost.org unordered module☆75Updated 3 weeks ago
- C++20 and onward collection of high performance data containers and related tools☆55Updated 2 weeks ago
- A fully featured single header library implementing a vector container with a small buffer optimization.☆63Updated 2 months ago
- Various documents and code related to proposals for WG21☆66Updated 11 months ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆66Updated 10 years ago
- A micro microbenchmarking library for C++11 in a single header file☆222Updated 3 weeks ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Add-on packages for Vector class library☆75Updated last year
- A vectorizable multi-dimensional iterator for C++ using the Coroutines TS☆12Updated 3 years ago
- C++ multidimensional arrays in the spirit of the STL☆201Updated 2 months ago
- ☆21Updated last year
- Rebooting the std::bitset franchise☆44Updated 2 months ago
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆107Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆71Updated last year
- a small lightweight std::execution work-alike☆65Updated 3 months ago
- Tiny Test System☆27Updated 3 weeks ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated 4 months ago