An open API service indexing awesome lists of open source software.

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

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/