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
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Virtual memory based containers☆42Updated 3 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- ☆48Updated 7 years ago
- C++20 SIMD Within A Register library☆30Updated 6 months ago
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆45Updated 4 years ago
- A tagged-pointer type for C++.☆30Updated last year
- Reference implementation of Grisu-Exact in C++☆61Updated 4 years ago
- Low memory overhead allocator☆29Updated 3 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 11 months ago
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- Null-termination-aware string-view class for C++☆24Updated last year
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 6 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆31Updated 4 months ago
- A scoped stack allocator☆36Updated 5 years ago
- Struct-of-Arrays generator for C++ projects.☆50Updated 7 months ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- C++ constexpr implementation of XXH3☆46Updated last year
- SIMD (SSE) string functions☆101Updated 7 years ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆33Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 2 weeks ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Flat containers for C++☆59Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- A compiler-friendly variadic type list for C++.☆36Updated last year
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 5 months ago