An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.0% on proxy.golang.org
Top 1.9% forks on proxy.golang.org

proxy.golang.org : github.com/eapache/Queue

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.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/eapache/%21queue
License: MIT
Latest release: about 9 years ago
First release: over 10 years ago
Namespace: github.com/eapache
Stars: 632 on GitHub
Forks: 75 on GitHub
Total Commits: 39
Committers: 6
Average commits per author: 6.5
Development Distribution Score (DDS): 0.333
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago

    Loading...
    Readme
    Loading...