queue

Fast golang queue using ring-buffer

  • 所有者: eapache/queue
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

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 13:42:10
推送於2023-04-09 12:37:38
最后一次提交
發布數4
最新版本名稱v1.1.0 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數630
關注者數21
派生數75
提交數49
已啟用問題?
問題數4
打開的問題數0
拉請求數10
打開的拉請求數0
關閉的拉請求數11
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?