Closed AroneyS closed 1 year ago
Most of the time spent when clustering with finch+fastani or finch+skani is in this loop: https://github.com/wwood/galah/blob/31a6edd14e3417ba4cb69744fb8402f1e414a23a/src/finch.rs#L49
It looks to be single-threaded. Anyway we can parallelise it?
I was wrong. Was only single threaded at first...
Most of the time spent when clustering with finch+fastani or finch+skani is in this loop: https://github.com/wwood/galah/blob/31a6edd14e3417ba4cb69744fb8402f1e414a23a/src/finch.rs#L49
It looks to be single-threaded. Anyway we can parallelise it?