Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid re-calculating md5sum on clone and conversion to KmerMinHa…
…shBTree (#3385) While debugging sourmash-bio/sourmash_plugin_branchwater#503 the flamegraph showed ~26% of the time was spent on calculating MD5. WHY???? Turns out cloning and converting to `KmerMinHash` to `KmerMinHashBTree` triggered recalculation of the MD5 sum, even if it was already present (or... not needed). Oops!
- Loading branch information