ksahlin / strobemers

A repository for generating strobemers and evalaution
71 stars 11 forks source link

Update usage string and doc to mention method 6 #10

Closed rob-p closed 2 years ago

rob-p commented 2 years ago

Of course, it may be better to break out the hash function used for linking as a separate parameter, but for now, this lists method 6 in the docs and usage string (same as method 5, but using wyhash for linking).

ksahlin commented 2 years ago

Thanks! I tried your implementation with wyhash and it's really fast. Something like 1.2sec for linking without limitations in randomness - compared to 0.75-0.9secs for the other approaches which have limitations in randomness.

ksahlin commented 2 years ago

I have now added wyhash as a separate hashing method.