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:
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 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 fast implementation of log() and exp()☆53Updated 2 years ago
- Virtual memory based containers☆42Updated 3 years ago
- C++ constexpr implementation of XXH3☆48Updated 2 years ago
- ☆39Updated 4 years ago
- Struct-of-Arrays generator for C++ projects.☆57Updated 9 months ago
- Low memory overhead allocator☆30Updated 6 months ago
- A scoped stack allocator☆36Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- benchmarking positional population count☆14Updated last year
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆104Updated last year
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆47Updated 2 weeks ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 4 months ago
- Fast open addressing hash table☆41Updated last year
- ☆49Updated 7 years ago
- Experimental JSON builder based on C++ reflection☆51Updated 2 months ago
- Source-code annotation language (SAL) compatibility header☆46Updated 7 years ago
- Very fast backtraces resolver☆33Updated 6 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆34Updated 7 months ago
- Some library components that didn't quite fit anywhere else...☆36Updated 8 months ago
- Fast comparison-based sort algorithm☆58Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year