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.
☆37Updated 3 years ago
Alternatives and similar repositories for FastArrayOps
Users that are interested in FastArrayOps are comparing it to the libraries listed below
Sorting:
- Low memory overhead allocator☆30Updated 7 months ago
- A scoped stack allocator☆36Updated 6 years ago
- SIMD (SSE) string functions☆102Updated 7 years ago
- performance counters in C++☆20Updated last week
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- ☆39Updated 4 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Reference implementation of Grisu-Exact in C++☆65Updated 4 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 collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆35Updated 8 months ago
- Test if AVX vector loads and stores are atomic☆30Updated 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
- Virtual memory based containers☆42Updated 3 years ago
- benchmarking positional population count☆14Updated last year
- A tagged-pointer type for C++.☆34Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 5 months ago
- A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.☆21Updated 3 months ago
- C++20 SIMD Within A Register library☆40Updated last month
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 9 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Benchmarks for our memory allocator☆65Updated last year
- For details, see the blog post:☆32Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Amir Said's C++ fast Huffman coding example (FastHF)☆26Updated 3 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 4 months ago
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆90Updated 7 months ago
- (Legacy) Extremely fast unordered map and set library for C++20☆11Updated last year