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:
- 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
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- Vectorized version of the PCG random number generator☆79Updated 3 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- 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
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- Rebooting the std::bitset franchise☆44Updated last month
- 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
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- Add-on packages for Vector class library☆75Updated last year
- Polymorphic multidimensional array view☆36Updated 5 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated 10 months ago
- C++ template library for floating point operations☆28Updated last month
- Flat containers for C++☆59Updated 2 years ago
- Implementation of hash_append proposal☆68Updated 8 years ago
- benchmarking positional population count☆14Updated last year
- 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
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated last year
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 7 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- String to Float Benchmark☆19Updated 6 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 3 months ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago