ogxd / gxhash

The fastest hashing algorithm 📈
https://docs.rs/gxhash
MIT License
696 stars 23 forks source link

Add GxBuildHasher::with_seed #80

Closed imartayan closed 1 month ago

imartayan commented 1 month ago

This PR adds a new method to build a GxBuildHasher with a given seed. See https://github.com/ogxd/gxhash/issues/79 for the corresponding issue.

ogxd commented 1 month ago

Hello @imartayan, that'd be a good addition. I'll merge it but then change the type from i64 to u64 afterward given this issue (in this order so that I can merge your PR now)