github.com/eapache/queue/v2
Package queue provides a fast, ring-buffer queue 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 for an additional reason: it is *not* thread-safe.
Ecosystem
proxy.golang.org
proxy.golang.org
Versions
0
0
Dependent Packages
3
3
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/eapache/queue/v2
spec |
| License | MIT |
| Namespace | github.com/eapache/queue |
| Last Synced | 2 days ago |
Repository
| Stars | 633 on GitHub |
| Forks | 75 on GitHub |
| Docker Dependents | 4 |
| Docker Downloads | 237,044,138 |
| Commits | 39 |
| Committers | 6 |
| Avg per Author | 6.5 |
| DDS | 0.333 |
Rankings on proxy.golang.org
Overall
Top 5.7%
Dependent packages
Top 7.9%
Forks
Top 2.9%