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.
☆40Updated 4 years ago
Alternatives and similar repositories for FastArrayOps
Users that are interested in FastArrayOps are comparing it to the libraries listed below
Sorting:
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- ☆50Updated 8 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- Yet another C++ text formatting library.☆71Updated 11 months ago
- A scoped stack allocator☆38Updated 6 years ago
- Source-code annotation language (SAL) compatibility header☆48Updated 7 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆111Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- benchmarking positional population count☆16Updated last month
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆90Updated last year
- Virtual memory based containers☆42Updated 3 years ago
- A tagged-pointer type for C++.☆37Updated 2 years ago
- Low memory overhead allocator☆33Updated last year
- C++ constexpr implementation of XXH3☆54Updated 2 years ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆40Updated last year
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆47Updated last month
- Struct-of-Arrays generator for C++ projects.☆60Updated last year
- Fast comparison-based sort algorithm☆57Updated 2 years ago
- Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.☆50Updated 6 months ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 years ago
- cinf is a runtime library and compiler plug-in to support reflection in C.☆43Updated 4 months ago
- A super-fast hash algorithm in a single C++ header☆92Updated 4 years ago
- ☆39Updated 4 years ago