WojciechMula / simd-string
SIMD (SSE) string functions
☆101Updated 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
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆246Updated 3 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆172Updated 11 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 5 months ago
- Benchmarks for our memory allocator☆63Updated last year
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆163Updated 2 weeks ago
- Fast multi-threaded memory allocator☆78Updated 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☆52Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆37Updated 3 years ago
- A C++ library for integer array compression☆29Updated 2 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Effective Memory Reclamation☆54Updated 5 years ago
- High performance multithreading toolkit for C++17☆46Updated 4 months ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆56Updated 5 years ago
- Test if AVX vector loads and stores are atomic☆29Updated 4 years ago
- Fast integer to ascii / integer to string conversion☆225Updated 2 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- Component-Model Framework in C++☆44Updated 9 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆308Updated 3 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…☆153Updated last week
- For details, see the blog post:☆32Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- Fast decoder for VByte-compressed integers☆122Updated 9 months ago
- Comparing linear and binary searches☆39Updated 4 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 10 years ago