WojciechMula / simd-stringLinks
SIMD (SSE) string functions
☆103Updated 8 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☆261Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- A collection of SIMD optimized general purpose hash functions☆48Updated 10 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 10 months ago
- For details, see the blog post:☆35Updated 2 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 5 years ago
- A C++ library for integer array compression☆30Updated 3 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆52Updated 11 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- Fast integer to ascii / integer to string conversion☆239Updated 3 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Component-Model Framework in C++☆44Updated 10 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆338Updated last year
- Opensource Visual Studio extension for compiler instrinsics in C/C++☆72Updated 4 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆170Updated 6 years ago
- Tiny perfect hash library for C, C++, and Lua☆169Updated 6 years ago
- LZ77/LZSS designed for SSE based decompression☆145Updated 6 years ago
- EDSL for C++ to make just-in-time code generation easier☆87Updated 2 years ago
- benchmarking positional population count☆17Updated 2 months ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆40Updated last month
- TLSF: two-level segregated fit O(1) allocator☆82Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Effective Memory Reclamation☆63Updated 5 years ago