komrad36 / FastArrayOpsLinks
Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, finding index of element, finding min/max element, finding index of min/max element.
☆40Updated 3 weeks ago
Alternatives and similar repositories for FastArrayOps
Users that are interested in FastArrayOps are comparing it to the libraries listed below
Sorting:
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- Virtual memory based containers☆42Updated 3 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- A fast implementation of log() and exp()☆56Updated 3 years ago
- ☆50Updated 8 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- C++ constexpr implementation of XXH3☆55Updated 2 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Source-code annotation language (SAL) compatibility header☆49Updated 8 years ago
- Clang from the Future: A C++17 to C++11 source-to-source compiler☆124Updated 7 years ago
- Yet another C++ text formatting library.☆71Updated last year
- Low memory overhead allocator☆34Updated last year
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆51Updated 7 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated last year
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 3 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 6 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 2 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- A tagged-pointer type for C++.☆37Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- Experimental JSON builder based on C++ reflection☆56Updated 2 months ago
- C++20 SIMD Within A Register library☆47Updated 8 months ago
- Some library components that didn't quite fit anywhere else...☆36Updated last month
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- The IDK (Industrial Development Kit) library!☆37Updated 3 weeks ago