ogxd / gxhash

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

Feature request: add GxBuildHasher::with_seed #79

Closed imartayan closed 1 month ago

imartayan commented 1 month ago

I need a deterministic BuildHasher for my use case and I'd love to try gxhash. Currently GxHasher has a with_seed constructor but not GxBuildHasher. Would it be possible to add this?

Also, can you confirm that the hashes produced by gxhash are identical on all supported platforms when the seed is the same?

imartayan commented 1 month ago

I made a PR for this feature: https://github.com/ogxd/gxhash/pull/80

ogxd commented 1 month ago

Merged 👍