jermp / sshash

A compressed, associative, exact, and weighted dictionary for k-mers.
MIT License
84 stars 17 forks source link

Just default to 128-bit hash codes for large-scale indexes #20

Closed jermp closed 1 year ago

jermp commented 1 year ago

See the discussion here https://github.com/COMBINE-lab/piscem/issues/1.

This means to default to: https://github.com/jermp/sshash/blob/master/include/hash_util.hpp#L51.

jermp commented 1 year ago

Done, as of https://github.com/jermp/sshash/commit/3bc3c165ff6a6a79a8ad240a3710106997405d31.