https://github.com/dim13/xxhash
Fast non-cryptographic hash algorithm
https://github.com/dim13/xxhash
golang hash xxhash
Last synced: 7 months ago
JSON representation
Fast non-cryptographic hash algorithm
- Host: GitHub
- URL: https://github.com/dim13/xxhash
- Owner: dim13
- License: isc
- Created: 2017-07-06T08:25:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T12:19:16.000Z (9 months ago)
- Last Synced: 2025-01-17T02:24:30.860Z (9 months ago)
- Topics: golang, hash, xxhash
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xxhash
Go implementation of [xxHash][1] (XXH32, XXH64).
## benchmark (Air/M1)
BenchmarkXXH32-8 7964274 150.5 ns/op 0 B/op 0 allocs/op
BenchmarkXXH64-8 11149471 104.4 ns/op 0 B/op 0 allocs/op[1]: https://cyan4973.github.io/xxHash/