diamond icon indicating copy to clipboard operation
diamond copied to clipboard

Implement efficient sorting

Open bbuchfink opened this issue 2 years ago • 0 comments

Clustering relies on sorting the input file by length, but the implementation is single-threaded. This should be replaced by an efficient multi-threaded external sort.

bbuchfink avatar Sep 29 '23 11:09 bbuchfink