//
pkg.gl
Category
github.com/leeson1995/go-common
container
ring
package
0.1.0
Repository:
https://github.com/leeson1995/go-common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
47 SLOC
#
README
Ring buffer
TODO
ThrowRing
环形数组队列 cpu cache friendly。 队列固定长度,当head(生产)速度大于 tail(消费)速度时,会将末位消息淘汰。
#
Functions
NewThrowRing
No description provided by the author
#
Structs
ThrowRing
No description provided by the author