Registry / crypto / go-faster-city

go-faster-city

JSON →
library1.0.1gogounverified

Package city implements CityHash in go.

go get github.com/go-faster/city
INSTALL
IMPORT
SIG · GO-FASTER-CITY
G
go-faster-city
cryptogov1.0.1
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.

city
github.com/go-faster/city

Compute a CityHash64 hash of a string.

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

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
go-faster-city — go get go-faster-city · libregistry