Crate external_sort

Source
Expand description

Provides the ability to perform external sorts on structs

Structs§

ExtSortedIterator
Iterator that provides sorted Ts
ExternalSorter
Perform an external sort on an unsorted stream of incoming data

Traits§

ExternallySortable
Trait for types that can be used by ExternalSorter. Must be sortable, cloneable, serializeable, and able to report on it’s size