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
- Vectorized version of the PCG random number generator☆84Updated 8 months ago
- Add-on packages for Vector class library☆76Updated last year
- C++ template library for floating point operations☆35Updated 2 weeks ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated last week
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 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
- String to Float Benchmark☆19Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- ☆31Updated 4 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 11 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- For details, see the blog post:☆34Updated last year
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- parsertl: The Modular Parser Generator☆16Updated 2 months ago
- Compact SVO optimized vector for C++17 or higher☆109Updated 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…☆58Updated 2 years ago
- Polyfill some holes in the SSE intrinsics set☆50Updated 3 years ago
- Yet another C++ text formatting library.☆71Updated 11 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 5 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated last month
- portability macros for compiler and hardware micro operations☆36Updated last year