darealshinji / vectorclass
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
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Add-on packages for Vector class library☆73Updated last year
- Vectorized version of the PCG random number generator☆76Updated 2 weeks ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆113Updated 4 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 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
- ☆15Updated 10 years ago
- Polymorphic multidimensional array view☆36Updated 4 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- ☆31Updated 3 years ago
- stl compatible hashtable☆29Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 10 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆42Updated 11 years ago
- Flat containers for C++☆59Updated 2 years ago
- SIMD sorting network generator and very basic tester☆16Updated 2 years ago
- How fast can we shuffle values?☆37Updated last year
- 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
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- Experimental ranges for CUDA☆24Updated 6 years ago
- An implementation of the former C++17 proposal `array_view`☆37Updated 6 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Rebooting the std::bitset franchise☆44Updated 2 weeks ago