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 last year
- A C++ library for integer array compression☆29Updated 3 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☆83Updated 7 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆64Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- C++ template library for floating point operations☆34Updated last month
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆25Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 11 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- fast prime sieve and hash algorithm☆38Updated last month
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated 3 weeks ago
- Rebooting the std::bitset franchise☆46Updated 5 months ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆41Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 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
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago
- Implementation of hash_append proposal☆67Updated 8 years ago