mito2::compaction::run

Function find_sorted_runs

Source
pub(crate) fn find_sorted_runs<T>(items: &mut [T]) -> Vec<SortedRun<T>>
where T: Item,
Expand description

Finds sorted runs in given items.