You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes, it's actually really easy ;). The trick is to make sure we're using iter and closures wherever possible; then we will just change iter to par_iter, include rayon's prelude, and voila.
This was next on my list after #10 gets finished off.
Might also save some time if we revcomp the full DNA seq once and pass a sliding window backwards through it (as in sourmash seqtohashes) instead of calculating rc for every kmer.
How fast can we make kmer counting in Rust?
@ctb, are there examples of this from Sourmash or other libraries?
The text was updated successfully, but these errors were encountered: