Categorygithub.com/arr-ai/hash
repositorypackage
1.1.0
Repository: https://github.com/arr-ai/hash.git
Documentation: pkg.go.dev

# README

hash

Hash is a fast non-cryptographic hash function library, primarily intended for use in hash tables. Significant portions of this library are lifted from Go internals.

Documentation

https://godoc.org/github.com/arr-ai/hash

License

Portions of this software are taken from the Go source code at https://github.com/golang/go. These portions are licensed as per the LICENSE-GO file.

All other sources are licensed under the Apache 2.0 license as per the LICENSE file.