Registry / utility / segmentio-fasthash

segmentio-fasthash

JSON →
library1.0.3gogounverified

fasthash is a collection of fast non-cryptographic hash functions for Go.

go get github.com/segmentio/fasthash
INSTALL
IMPORT
SIG · SEGMENTIO-FASTHASH
S
segmentio-fasthash
utilitygov1.0.3
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.

fasthash
github.com/segmentio/fasthash

Hashes a string using the default fast hash function.

package main import ( "fmt" "github.com/segmentio/fasthash" ) func main() { h := fasthash.HashString("hello") fmt.Println(h) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
segmentio-fasthash — go get segmentio-fasthash · libregistry