An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: 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.
0 versions
Latest release: about 1 year ago
3 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/eapache/queue/v2

Dependent Repos 0