quicksort

Tag

Cards List
#quicksort

Vectorized and performance-portable Quicksort (2022)

Hacker News Top · 4d ago Cached

Google shares open-source vectorized Quicksort code that achieves 10x speedup over C++ std::sort by leveraging SIMD instructions, offering performance-portable sorting across modern CPU architectures.

0 favorites 0 likes
#quicksort

Your code is fast – if you're lucky

Hacker News Top · 2026-07-11 Cached

This article presents a branchless Quicksort implementation using sorting networks and discusses how modern compilers, especially Clang, optimize loops with branch-free instructions when written in the right style.

0 favorites 0 likes
← Back to home

Submit Feedback