zeebo / xxh3

XXH3 algorithm in Go
BSD 2-Clause "Simplified" License
406 stars 20 forks source link

did you use the latest xxh3? #3

Closed hiqsociety closed 4 years ago

hiqsociety commented 5 years ago

did you use the latest xxh3?

zeebo commented 5 years ago

I used the latest as of 4 months ago, so it probably needs to be updated again.

vtolstov commented 4 years ago

thanks! did you plan to update tis package?

zeebo commented 4 years ago

yes, but it's unclear when upstream xxh3 is finished. once that happens i'll put in the effort.

gitmko0 commented 4 years ago

can put in the effort now? there seems to be a huge improvement to it. i think the latest version is ready

templexxx commented 4 years ago

can put in the effort now? there seems to be a huge improvement to it. i think the latest version is ready

Maybe waiting for the v0.8.0 is a better idea.

XXH3's return values will be officially finalized upon reaching v0.8.0.

gitmko0 commented 4 years ago

@templexxx ok! definitely need to wait then. thx.

gitmko0 commented 4 years ago

xxh3 0.8 is out! quick implement it!

zeebo commented 4 years ago

upstream has fixed the output, and this package now matches (it is also tagged v0.8.0).