package
0.1.0
Repository: https://github.com/leeson1995/go-common.git
Documentation: pkg.go.dev

# README

Ring buffer

TODO


ThrowRing

环形数组队列 cpu cache friendly。 队列固定长度,当head(生产)速度大于 tail(消费)速度时,会将末位消息淘汰。

# Functions

No description provided by the author

# Structs

No description provided by the author