Registry / utility / zhenjl-cityhash

zhenjl-cityhash

JSON →
library0.0.0-20131128155616-cdd6a94144abgogounverified

A Go implementation of Google's CityHash hash functions for non-cryptographic hashing.

go get github.com/zhenjl/cityhash
INSTALL
IMPORT
SIG · ZHENJL-CITYHASH
Z
zhenjl-cityhash
utilitygov0.0.0-20131128155616-cdd6a94144ab
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cityhash
github.com/zhenjl/cityhash

Compute CityHash64 of a byte slice

package main import ( "fmt" "github.com/zhenjl/cityhash" ) func main() { hash := cityhash.CityHash64([]byte("hello"), 0) fmt.Println(hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20131128155616-cdd6a94144ablatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
Amazon
1
Resources
zhenjl-cityhash — go get zhenjl-cityhash · libregistry