#sorting #external #merge #merge-sort

extsort-lily

An efficient external merge sort implementation

1 unstable release

0.1.0 Apr 18, 2021

#1990 in Algorithms

BSD-3-Clause

8KB
138 lines

An efficient external merge sort implementation.

Crates.io Version GitHub stars

See the documentation for more.


lib.rs:

An efficient external sort implementation.

You start by implementing the Sortable for your data, and provide your data via an iterable. Then you create an ExtSorter to sort data.

An example is provided in the examples/ directory.

Dependencies

~365–550KB