Module stable
This module contains the entry points for slice::sort.
Modules
Structs
Traits
- BufGuard Abstracts owned memory buffer, so that sort code can live in core where no allocation is possible. This trait can then be implemented in a place that has access to allocation.
Functions
-
driftsort_main
See
sort - sort Stable sort called driftsort by Orson Peters and Lukas Bergdoll. Design document: https://github.com/Voultapher/sort-research-rs/blob/main/writeup/driftsort_introduction/text.md