darealshinji / vectorclass
Mirror of Agner Fog's C++ vector class library
☆30Updated 5 years ago
Alternatives and similar repositories for vectorclass:
Users that are interested in vectorclass are comparing it to the libraries listed below
- Add-on packages for Vector class library☆73Updated last year
- Vectorized version of the PCG random number generator☆75Updated 6 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆112Updated 4 years ago
- A C++ library for integer array compression☆28Updated 2 years ago
- Rebooting the std::bitset franchise☆43Updated 2 months ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆42Updated 11 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
- Virtual memory based containers☆40Updated 3 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Small small_vector☆32Updated 4 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 5 months ago
- Polymorphic multidimensional array view☆36Updated 4 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated 8 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- ☆31Updated 3 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 8 months ago
- A fast implementation of log() and exp()☆51Updated 2 years ago
- parsertl: The Modular Parser Generator☆15Updated 5 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 10 months ago
- Proposed C++ standardisation for linear algebra☆28Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 9 years ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago