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 9 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
 - A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated last year
 - 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…☆58Updated 2 years ago
 - Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 10 months ago
 - InstLatX64_Demo☆44Updated 2 weeks ago
 - benchmarking positional population count☆15Updated 2 weeks ago
 - Fast Hash Functions Using AES Intrinsics☆83Updated 6 years ago
 - Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆135Updated last week
 - Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 9 months ago
 - ☆31Updated 2 weeks ago
 - Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
 - A benchmark for cache efficient data structures.☆31Updated 3 months ago
 - Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
 - Quick sort code using AVX2 instructions☆69Updated 8 years ago
 - Benchmarks for our memory allocator☆70Updated 2 years ago
 - My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
 - Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
 - A small library and kernel module for easy access to x86 performance monitor counters under Linux.☆103Updated last year
 - ✈️ PTHash is a fast and compact minimal perfect hash function.☆244Updated 2 weeks ago
 - A binary optimization/specialization library supporting multiple rewriters☆116Updated 4 years ago
 - EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
 - Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
 - Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
 - A description of Minotaur can be found in https://arxiv.org/abs/2306.00229.☆113Updated last month
 - Stabilizer: Rigorous Performance Evaluation☆26Updated 2 years ago
 - Markup source code showing optimizations☆36Updated 5 years ago
 - ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆56Updated last year
 - CPU Ultimate Latency Test.☆112Updated last month
 - Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
 - 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