ogxd / gxhash

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

Change seed from i64 to u64 #81

Closed ogxd closed 3 weeks ago

ogxd commented 1 month ago

The question now is: Is this a stability breaking change (and we should increase major version) or API change (and we should only increment minor). Technically speaking, after that change the stability remains unchanged if we consider the seed in its binary form (see the changes on the stability tests only consists in casting i64 seed to u64)

I am tempted to consider this to only be an API change