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:
- A C++ library for integer array compression☆29Updated 3 years ago
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- Add-on packages for Vector class library☆75Updated last year
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 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
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Compile-time printf-like string formatting☆77Updated 7 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…☆56Updated 2 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 6 months ago
- 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☆68Updated 10 years ago
- String to Float Benchmark☆19Updated 6 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated 11 months ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- C++ template library for floating point operations☆28Updated 2 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- make_heap and sort_heap for a poplar heap with O(1) extra memory☆40Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Benchmarks for our memory allocator☆67Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated this week
- Virtual memory based containers☆42Updated 3 years ago