package
0.8.2
Repository: https://github.com/no-src/gofs.git
Documentation: pkg.go.dev

# Functions

New create a TopList with specified capacity and the capacity must be greater than zero, order by add time desc.
NewOrderByAsc create a TopList with specified capacity and the capacity must be greater than zero, order by add time asc.

# Structs

TopList store some elements in list with specified capacity, the oldest elements that exceed specified capacity will be discarded.