dnbaker / dashing2

Dashing 2 is a fast toolkit for k-mer and minimizer encoding, sketching, comparison, and indexing.
MIT License
62 stars 7 forks source link

Fix Lazy OnePermutationHasher #4

Closed dnbaker closed 3 years ago

dnbaker commented 3 years ago

Finished fixing bugs in the LazyOnePermSetSketch -- the way we do this is that we re-hash the hash divisor to recast it to full uint64_t range.