darealshinji / vectorclassLinks
Mirror of Agner Fog's C++ vector class library
☆30Updated 6 years ago
Alternatives and similar repositories for vectorclass
Users that are interested in vectorclass are comparing it to the libraries listed below
Sorting:
- Add-on packages for Vector class library☆76Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 11 years ago
- C++ template library for floating point operations☆36Updated last month
- Compile-time printf-like string formatting☆76Updated 7 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 5 years ago
- Vectorized version of the PCG random number generator☆87Updated 3 weeks ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆59Updated 3 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Updated 3 months ago
- Implementation of hash_append proposal☆67Updated 9 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- A fast implementation of log() and exp()☆56Updated 3 years ago
- Half precision floating point C++ library (imported from sourceforge upstream).☆35Updated 8 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- fast prime sieve and hash algorithm☆39Updated 5 months ago
- A reference implementation of std::simd, providing data parallel types in the C++ standard☆13Updated 5 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 3 months ago