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.
☆39Updated 3 years ago
Alternatives and similar repositories for FastArrayOps
Users that are interested in FastArrayOps are comparing it to the libraries listed below
Sorting:
- C++ constexpr implementation of XXH3☆51Updated 2 years ago
- Source-code annotation language (SAL) compatibility header☆46Updated 7 years ago
- ☆49Updated 8 years ago
- A fast implementation of log() and exp()☆52Updated 2 years ago
- Tiny portable C++ library for atomic operations☆54Updated 2 years ago
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆50Updated 3 months ago
- SIMD (SSE) string functions☆102Updated 8 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
- A tagged-pointer type for C++.☆36Updated 2 years ago
- Cut down and minimalistic C++ string formatting library☆28Updated last year
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 4 years ago
- Yet another C++ text formatting library.☆70Updated 9 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A scoped stack allocator☆37Updated 6 years ago
- A utility for creating amalgamated single-header C++ libraries☆59Updated 3 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated last week
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆90Updated 9 months ago
- Towards a constexpr version of the C++ standard library☆18Updated last year
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Virtual memory based containers☆43Updated 3 years ago
- A super-fast hash algorithm in a single C++ header☆90Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 5 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆45Updated 8 months ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- Benchmarks for our memory allocator☆69Updated last year
- Compact SVO optimized vector for C++17 or higher☆108Updated last year