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.
☆38Updated 3 years ago
Alternatives and similar repositories for FastArrayOps
Users that are interested in FastArrayOps are comparing it to the libraries listed below
Sorting:
- Tiny portable C++ library for atomic operations☆54Updated last year
- SIMD (SSE) string functions☆102Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Virtual memory based containers☆42Updated 3 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- C++ constexpr implementation of XXH3☆49Updated 2 years ago
- ☆49Updated 7 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated 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
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 2 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 9 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- Low memory overhead allocator☆32Updated 8 months ago
- Fast comparison-based sort algorithm☆58Updated 2 years ago
- A tagged-pointer type for C++.☆35Updated 2 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 5 months ago
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- Optimized CppSPMD test project: macro control flow, SSE4.1/AVX1/AVX2/AVX2 FMA support☆119Updated 4 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
- Source-code annotation language (SAL) compatibility header☆46Updated 7 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆45Updated 6 months ago
- Some library components that didn't quite fit anywhere else...☆37Updated 11 months ago
- Benchmarks for our memory allocator☆68Updated last year
- Yet another C++ text formatting library.☆71Updated 7 months ago
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆51Updated 2 months ago