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

proxy.golang.org : github.com/eapache/queue : v1.0.2

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 - Documentation - Download - JSON
purl: pkg:golang/github.com/eapache/[email protected]
Published:
Indexed:

    Loading...
    Readme
    Loading...