Branchless Quicksort – faster than std:sort and pdqsort
Beats std::sort and pdqsort by replacing branches with sorting networks.

Beats std::sort by 24% on M1 using sorting networks for small subsets and branchless partitioning.
Systems programmers and performance engineers
pdqsort · fluxsort · folly::sort
Beats std::sort and pdqsort by replacing branches with sorting networks.
Beats std::sort by 30% on M1 using sorting networks to eliminate conditional branches.
Branchless partitioning with 512-element stack buffer beats pdqsort on M1 and Ryzen.
Zone-mapped sorted heap with 30x smaller IVF index than HNSW, no pgvector limits.
Educational sorting visualizer using a custom teaching language instead of Python.
Sorting visualizer when Visualgo and dozens of alternatives already exist.