//
pkg.gl
Category
github.com/no-src/gofs
internal
toplist
package
0.8.2
Repository:
https://github.com/no-src/gofs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
118 SLOC
#
Functions
New
New create a TopList with specified capacity and the capacity must be greater than zero, order by add time desc.
NewOrderByAsc
NewOrderByAsc create a TopList with specified capacity and the capacity must be greater than zero, order by add time asc.
#
Structs
TopList
TopList store some elements in list with specified capacity, the oldest elements that exceed specified capacity will be discarded.