Show HN: Faster than std:sort and pdqsort
Category: library
Tags: sorting-algorithm, c-library, performance-optimization
Score: 7.3/10 (Innovation: 7, Technical: 9, Documentation: 6, Utility: 7)
Fluxsort is a high-performance stable hybrid sorting algorithm combining quicksort and mergesort with branchless optimizations and adaptive partitioning. It achieves remarkable speed through novel median selection, branchless comparisons, and intelligent worst-case handling that guarantees n log n complexity.
Target audience: backend devs, systems programmers, data engineers
Repository: https://easylang.online/blog/blqsort · C · Unlicense · 737 stars
View on Hacker News