powturbo / Turbo-HistogramLinks
Fastest Histogram Construction
☆72Updated 3 years ago
Alternatives and similar repositories for Turbo-Histogram
Users that are interested in Turbo-Histogram are comparing it to the libraries listed below
Sorting:
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆41Updated 11 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 differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Fast decoder for VByte-compressed integers☆125Updated last year
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆169Updated 8 months ago
- Vectorized version of the PCG random number generator☆83Updated 7 months ago
- Polyfill some holes in the SSE intrinsics set☆50Updated 3 years ago
- LZ77/LZSS designed for SSE based decompression☆142Updated 6 years ago
- Hashing functions and PRNGs based on them☆163Updated 8 months ago
- C library to pack and unpack short arrays of integers as fast as possible