This directory contains the written results of the research performed as part of this project.
- ipnsort: an efficient, generic and robust unstable sort implementation.
- driftsort: an efficient, generic and robust stable sort implementation.
- Fast, small, robust: pick three. Introducing a novel branchless partition implementation.
- Safety vs Performance. A case study of C, C++ and Rust sort implementations.
- 10~17x faster than what? A performance analysis of Intel's x86-simd-sort (AVX-512)
- A performance analysis of glidesort and ipn_stable