ogxd / gxhash

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

Feature request: add GxBuildHasher::with_seed #79

Closed imartayan closed 5 months ago

imartayan commented 5 months 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 5 months ago

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

ogxd commented 5 months ago

Merged 👍