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
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Vectorized version of the PCG random number generator☆84Updated 9 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☆67Updated last month
- A fast implementation of log() and exp()☆55Updated 3 years ago
- C++ template library for floating point operations☆37Updated this week
- A C++ library for integer array compression☆30Updated 3 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- 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 2 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- Implementation of hash_append proposal☆67Updated 9 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
- Rebooting the std::bitset franchise☆45Updated this week
- parsertl: The Modular Parser Generator☆16Updated 4 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last week
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆40Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Polyfill some holes in the SSE intrinsics set☆50Updated 3 years ago
- ☆32Updated 4 years ago
- Fastest Histogram Construction☆73Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated 5 months ago