Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgryski/go-gk
/ functions
Functions
14 in github.com/dgryski/go-gk
⨍
Functions
14
◇
Types & classes
6
↓ 2 callers
Method
Remove
(node *node)
skiplist.go:71
↓ 1 callers
Method
compress
()
gk.go:53
↓ 1 callers
Function
newSkiplist
()
skiplist.go:22
Method
Insert
Insert inserts an item into the quantile summary
exact.go:24
Method
Insert
(t tuple)
skiplist.go:30
Method
Insert
Insert inserts an item into the quantile summary
gk.go:36
Method
Len
()
exact.go:67
Method
Less
(i, j int)
exact.go:68
Function
New
New returns a new stream with accuracy epsilon (0 <= epsilon <= 1)
gk.go:28
Function
NewExact
NewExact returns a new exact quantile summary
exact.go:17
Method
Query
Query returns the qth quantile of the stream
exact.go:35
Method
Query
Query returns an epsilon estimate of the element at quantile 'q' (0 <= q <= 1)
gk.go:83
Method
Swap
(i, j int)
exact.go:86
Function
TestSortFBits
(t *testing.T)
exact_test.go:9