Idea here.
Murmurhash is fast, but it would potentially be faster to use a hashing function (like ntHash ) that doesn't require a full recomputation on each new k-mer.
Unfortunately, to use ntHash itself we'd either need C++ bindings or a translation into Rust.
Idea here.
Murmurhash is fast, but it would potentially be faster to use a hashing function (like ntHash ) that doesn't require a full recomputation on each new k-mer.
Unfortunately, to use ntHash itself we'd either need C++ bindings or a translation into Rust.