cespare / xxhash

A Go implementation of the 64-bit xxHash algorithm (XXH64)
MIT License
1.79k stars 123 forks source link

any plans to implement xxh3 / xxh3low? #60

Closed pkieltyka closed 3 years ago

pkieltyka commented 3 years ago

from the study in https://github.com/rurban/smhasher/ it appears xxh3low offers the best quality for speed

pkieltyka commented 3 years ago

btw, for other readers, I found https://github.com/zeebo/xxh3

cespare commented 3 years ago

No plans.