32270bbf5f
Go implementation of the 64-bit xxHash algorithm (XXH64). This implementation provides a fast pure-Go implementation and an even faster assembly implementation for amd64.
4 lines
172 B
Text
4 lines
172 B
Text
Go implementation of the 64-bit xxHash algorithm (XXH64).
|
|
|
|
This implementation provides a fast pure-Go implementation
|
|
and an even faster assembly implementation for amd64.
|