Versions in this module Expand all Collapse all v1 v1.0.1 Jul 31, 2019 v1.0.0 Apr 14, 2019 Changes in this version + type Element struct + Count int + Value string + type Samples []*Element + func (sm Samples) Len() int + func (sm Samples) Less(i, j int) bool + func (sm Samples) Swap(i, j int) + type Stream struct + func New(k int) *Stream + func (s *Stream) Insert(x string) + func (s *Stream) Merge(sm Samples) + func (s *Stream) Query() Samples