queue

Fast golang queue using ring-buffer

Github星跟踪图

Queue

Build Status
GoDoc
Code of Conduct

A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.
Using this instead of other, simpler, queue implementations (slice+append or linked list) provides
substantial memory and time benefits, and fewer GC pauses.

The queue implemented here is as fast as it is in part because it is not thread-safe.

Follows semantic versioning using https://gopkg.in/ - import from
gopkg.in/eapache/queue.v1
for guaranteed API stability.

主要指标

概览
名称与所有者eapache/queue
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2014-05-12 21:42:10
推送于2023-04-09 20:37:38
最后一次提交
发布数4
最新版本名称v1.1.0 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数633
关注者数19
派生数75
提交数49
已启用问题?
问题数4
打开的问题数0
拉请求数10
打开的拉请求数0
关闭的拉请求数11
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?