powturbo / Turbo-Histogram
Fastest Histogram Construction
☆70Updated 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
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆115Updated 4 years ago
- LZ77/LZSS designed for SSE based decompression☆139Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆129Updated 2 years ago
- Transpose: SIMD Integer+Floating Point Compression Filter☆61Updated 5 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆165Updated 3 months ago
- Programatically obtain information about the pages backing a given memory region☆77Updated 3 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- ☆39Updated 4 years ago
- Fast decoder for VByte-compressed integers☆122Updated last year
- Polyfill some holes in the SSE intrinsics set☆50Updated 2 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆83Updated 4 years ago
- C library to pack and unpack short arrays of integers as fast as possible☆89Updated 2 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆42Updated 11 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago
- Fast and Reliable (but not Secure) Hash☆53Updated 6 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆56Updated 2 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆88Updated 3 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- C library to remove white space from strings as fast as possible☆152Updated 8 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- benchmarking positional population count☆14Updated last year