Skip to content

zxdev/xxhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xxhash

The xxhash package implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/ without any Go standard library package dependancy nor any hash.Hash interface components.

// signatures
Sum(b []byte) uint64
SSum(s string) uint64

The minimalist approach is clean and consise and simple to use with no additional code overhead.

About

XXH64 as a single function call

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages