Module external_sort

Module external_sort 

Source
Available on crate feature std only.
Expand description

Sort files with key-value file pairs that are stored in files. Keys are uint64s.

Structs§

FileSize
A File name and it’s size
SortChunk
A chunk of a file to be sorted

Functions§

external_sort
Sorts an array using external-sorting.