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
add_many is super efficient in creating average-size signatures. However, it will be very slow in adding a couple of millions of kmers to a minhash. Probably, it's the Python<->Rust overhead. However, creating the same signature with Python (manually) will be way faster.
The text was updated successfully, but these errors were encountered:
ctb
changed the title
add_many is super slow in adding large no of kmersadd_many is super slow in adding large number of kmers
Sep 13, 2023
add_many is super efficient in creating average-size signatures. However, it will be very slow in adding a couple of millions of kmers to a minhash. Probably, it's the Python<->Rust overhead. However, creating the same signature with Python (manually) will be way faster.
The text was updated successfully, but these errors were encountered: