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☆75Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- Reference implementation of Grisu-Exact in C++☆68Updated 4 years ago
- C++ template library for floating point operations☆31Updated 2 months 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
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months 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
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- The Bit Library☆58Updated 6 years ago
- Programming Accelerators with C++ (PACXX)☆57Updated 7 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Yet another C++ text formatting library.☆70Updated 9 months ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- A fast implementation of log() and exp()☆52Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- Finite State Coder☆14Updated 10 years ago
- ☆16Updated 11 years ago