10XGenomics / rust-debruijn

De Bruijn graphs in Rust
MIT License
63 stars 17 forks source link

add function ndiffs #12

Closed DavidBJaffe closed 5 years ago

DavidBJaffe commented 5 years ago

The function computes the number of differences between two DnaStrings of equal length. It is a few times faster than computing base by base.

pmarks commented 5 years ago

LGMT