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 6 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:
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 years ago
- InstLatX64_Demo☆44Updated 2 weeks ago
- benchmarking positional population count☆15Updated last year
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 8 months ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- AVX implementation of the Skinny block cipher☆11Updated 3 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆48Updated 4 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
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆55Updated last year
- Fast CRC32 implementations☆85Updated 2 months ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- AVX512 population count routines☆23Updated 6 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- O(n log n) In-place Stable Quicksort☆20Updated 2 weeks ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆236Updated 2 months ago
- CPU Ultimate Latency Test.☆110Updated 2 months ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 7 months ago
- Stabilizer: Rigorous Performance Evaluation☆26Updated 2 years ago