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
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- 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 multi-threaded memory allocator☆78Updated 5 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 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
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- Fast integer to ascii / integer to string conversion☆227Updated 2 years ago
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆37Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Component-Model Framework in C++☆44Updated 9 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 3 months ago
- A collection of SIMD optimized general purpose hash functions☆44Updated 10 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
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆42Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆163Updated last month
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 10 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years 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 2 weeks ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year