jonicho / simd-radix-sortLinks
A generic and efficient SIMD implementation of MSB Radix Sort with separate key and payload datastreams that supports arbitrary key and payload data types written in C++ accompanied by a bachelor's thesis.
☆15Updated 10 months ago
Alternatives and similar repositories for simd-radix-sort
Users that are interested in simd-radix-sort are comparing it to the libraries listed below
Sorting:
- 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…☆59Updated 2 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 years ago
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated last year
- A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible☆25Updated 9 months ago
- InstLatX64_Demo☆45Updated 2 months ago
- Fast AVX512 (AVX-512) quicksort + bitonic sort.☆28Updated 3 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- CPU Ultimate Latency Test.☆116Updated 3 months ago
- A small library and kernel module for easy access to x86 performance monitor counters under Linux.☆106Updated last year
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- AVX implementation of the Skinny block cipher☆11Updated 3 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆139Updated last month
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- benchmarking positional population count☆16Updated 2 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆249Updated last month
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Storage for my snippets, toy programs, etc.☆371Updated last month
- CDSChecker: A Model Checker for C11 and C++11 Atomics☆38Updated 12 years ago
- A test library for computing modular exponentiation in parallel using AVX-512 vector arithmetic☆12Updated 2 years ago
- A binary optimization/specialization library supporting multiple rewriters☆118Updated 4 years ago
- CERE: Codelet Extractor and REplayer☆40Updated 2 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated 2 years ago
- Hyaline Reclamation (PLDI '21, PODC '19)☆23Updated 4 years ago
- C++ template library for floating point operations☆36Updated last week
- O(n log n) In-place Stable Quicksort☆20Updated 4 months ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 9 months ago