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.
☆39Updated 4 years ago
Alternatives and similar repositories for FastArrayOps
Users that are interested in FastArrayOps are comparing it to the libraries listed below
Sorting:
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- Yet another C++ text formatting library.☆71Updated 10 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- ☆50Updated 8 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- Virtual memory based containers☆43Updated 3 years ago
- Low memory overhead allocator☆33Updated 11 months ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆40Updated last year
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- C++ constexpr implementation of XXH3☆54Updated 2 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☆41Updated 3 years ago
- The IDK (Industrial Development Kit) library!☆36Updated 3 months ago
- A tagged-pointer type for C++.☆37Updated 2 years ago
- SIMD macro assembler unified for ARM, MIPS, PPC and x86☆90Updated 11 months ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated last month
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated last month
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago
- Optimized CppSPMD test project: macro control flow, SSE4.1/AVX1/AVX2/AVX2 FMA support☆120Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆109Updated 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
- Clang from the Future: A C++17 to C++11 source-to-source compiler☆122Updated 7 years ago
- Use unused bits in your pointer☆46Updated 8 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Source-code annotation language (SAL) compatibility header☆46Updated 7 years ago