github.com/beorn7/perks/quantile.Stream.b (field)
15 uses
github.com/beorn7/perks/quantile (current package)
stream.go#L127: b Samples
stream.go#L142: s.b = append(s.b, sample)
stream.go#L144: if len(s.b) == cap(s.b) {
stream.go#L156: l := len(s.b)
stream.go#L165: return s.b[i].Value
stream.go#L184: s.b = s.b[:0]
stream.go#L190: return s.b
stream.go#L199: return len(s.b) + s.stream.count()
stream.go#L204: s.stream.merge(s.b)
stream.go#L205: s.b = s.b[:0]
stream.go#L211: sort.Sort(s.b)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |