komrad36 / FastArrayOps
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.
☆37Updated 3 years ago
Alternatives and similar repositories for FastArrayOps:
Users that are interested in FastArrayOps are comparing it to the libraries listed below
- ☆47Updated 7 years ago
- Struct-of-Arrays generator for C++ projects.☆50Updated 6 months ago
- A tagged-pointer type for C++.☆30Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A scoped stack allocator☆36Updated 5 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 10 months ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- C++ constexpr implementation of XXH3☆44Updated last year
- SIMD (SSE) string functions☆100Updated 7 years ago
- A fast implementation of log() and exp()☆51Updated 2 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆88Updated 2 months ago
- An Simplified JSON (SJSON) C++ reader and writer☆22Updated 7 months ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆41Updated 2 years ago
- Very fast backtraces resolver☆33Updated 6 years ago
- Benchmarks for our memory allocator☆63Updated last year
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆45Updated 4 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- C++20 for flag enums☆27Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆99Updated 8 months 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…☆57Updated 2 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 5 years ago
- benchmarking positional population count☆14Updated 11 months ago
- Code for the C++20 coroutines based job system discussed in https://poniesandlight.co.uk/reflect/coroutines_job_system/☆18Updated last year
- Yet another C++ text formatting library.☆70Updated 2 months ago
- crefl is a runtime library and compiler plug-in to support reflection in C.☆40Updated 5 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Low memory overhead allocator☆29Updated 3 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆41Updated last month