WojciechMula / simd-stringLinks
SIMD (SSE) string functions
☆102Updated 7 years ago
Alternatives and similar repositories for simd-string
Users that are interested in simd-string are comparing it to the libraries listed below
Sorting:
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆248Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Fast multi-threaded memory allocator☆78Updated 5 years ago
- A collection of SIMD optimized general purpose hash functions☆45Updated 10 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆176Updated 12 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆316Updated 6 months ago
- benchmarking positional population count☆14Updated last year
- Benchmarks for our memory allocator☆64Updated last year
- Component-Model Framework in C++☆44Updated 9 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆178Updated last week
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 7 years ago
- A super-fast hash algorithm in a single C++ header☆84Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆82Updated 4 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- A C++ library for integer array compression☆29Updated 3 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago