Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ HashKeyString
Function
HashKeyString
internal/ttlcache/utils.go:9–11 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
7
}
8
9
func
HashKeyString(key string) uint64 {
10
return
xxhash.Sum64String(key)
11
}
Callers
6
TestHashCollision
Function · 0.92
BenchmarkHashKey_String
Function · 0.92
Write
Method · 0.85
IncreaseInt64
Method · 0.85
Read
Method · 0.85
Delete
Method · 0.85
Calls
no outgoing calls
Tested by
2
TestHashCollision
Function · 0.74
BenchmarkHashKey_String
Function · 0.74