darealshinji / vectorclassLinks
Mirror of Agner Fog's C++ vector class library
☆30Updated 5 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
- 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 last year
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- ☆31Updated 3 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 4 years ago
- C++ template library for floating point operations☆30Updated 3 weeks 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…☆56Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆38Updated 3 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Benchmarks for our memory allocator☆68Updated last year
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated 11 months ago
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- Rebooting the std::bitset franchise☆44Updated 3 months ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Implementation of hash_append proposal☆68Updated 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago