AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Glide Sort Is Faster and Uses Less Memory Than Unstable Sort
The Rust standard library currently explicitly says like, if you don't need disability, use unstable sort. The advice has always been unstable sort is much faster, but Glide sort is really close that gap. If you are doing embedded programming, the unstable sort doesn't require any memory allocation,. It's strictly in place. So yeah, it's kind of a questionable benefit to be able to do stable sorting in fixed memory in that sense. But because it's implemented on slice, I'm not even sure if you get it in alla.