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 4 years ago
Alternatives and similar repositories for FastArrayOps
Users that are interested in FastArrayOps are comparing it to the libraries listed below
Sorting:
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- ☆50Updated 8 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- Virtual memory based containers☆42Updated 3 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- Low memory overhead allocator☆33Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆18Updated last year
- Slotmap is a sequence container with weak reference keys written in C++17.☆40Updated last year
- SIMD (SSE) string functions☆103Updated 8 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆49Updated 6 months ago
- Very fast backtraces resolver☆33Updated 7 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- The IDK (Industrial Development Kit) library!☆36Updated 4 months ago
- LZ77/LZSS designed for SSE based decompression☆143Updated 6 years ago
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- C++ constexpr implementation of XXH3☆54Updated 2 years ago
- A tagged-pointer type for C++.☆37Updated 2 years ago
- Use unused bits in your pointer☆46Updated 8 years ago
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆90Updated 11 months ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago