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:
- A scoped stack allocator☆36Updated 6 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- C++ constexpr implementation of XXH3☆48Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 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
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Low memory overhead allocator☆30Updated 7 months ago
- ☆49Updated 7 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆90Updated 7 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- performance counters in C++☆22Updated last month
- Virtual memory based containers☆42Updated 3 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated 6 months ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- C++20 SIMD Within A Register library☆40Updated 2 months ago
- Source-code annotation language (SAL) compatibility header☆46Updated 7 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Struct-of-Arrays generator for C++ projects.☆58Updated 11 months ago
- Reference implementation of Grisu-Exact in C++☆67Updated 4 years ago
- benchmarking positional population count☆15Updated last year
- A simple, single-header library which implements C preprocessor☆54Updated 2 months ago
- Null-termination-aware string-view class for C++☆25Updated 2 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Some library components that didn't quite fit anywhere else...☆37Updated 10 months ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- An Simplified JSON (SJSON) C++ reader and writer☆22Updated last year
- Benchmarks for our memory allocator☆65Updated last year