WojciechMula / simd-stringLinks
SIMD (SSE) string functions
☆102Updated 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☆257Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 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 multi-threaded memory allocator☆79Updated 5 years ago
- A collection of SIMD optimized general purpose hash functions☆45Updated 10 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- For details, see the blog post:☆32Updated last year
- A C++ library for integer array compression☆29Updated 3 years ago
- High performance multithreading toolkit for C++17☆47Updated 3 months ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆167Updated 6 years ago
- Benchmarks for our memory allocator☆65Updated last year
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆166Updated 4 months 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
- benchmarking positional population count☆15Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Source-code annotation language (SAL) compatibility header☆46Updated 7 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆44Updated last year
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆155Updated 4 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 3 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated 6 months ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆38Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- LZSSE compression codec ported to SIMDe☆19Updated 5 years ago
- Null-termination-aware string-view class for C++☆25Updated 2 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago