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:
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Add-on packages for Vector class library☆76Updated 2 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
- Vectorized version of the PCG random number generator☆84Updated 9 months ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 4 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated 3 weeks ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Benchmarks for our memory allocator☆70Updated 2 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 5 years ago
- Programming Accelerators with C++ (PACXX)☆58Updated 7 years ago
- C++ template library for floating point operations☆35Updated last week
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- Implementation of hash_append proposal☆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 2 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 4 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆161Updated 4 months ago