//
pkg.gl
Category
github.com/moov-io/watchman
internal
largest
package
0.50.10
Repository:
https://github.com/moov-io/watchman.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
77 SLOC
#
Functions
NewItems
NewItems returns a structure which tracks the top-weighted Items, subject to minMatch and a fixed capacity.
#
Structs
Item
No description provided by the author
Items
Items keeps track of a set of Items (with a Value and Weight), up to a fixed capacity, only retaining the highest weights (>= minMatch).