Codebase list golang-gopkg-eapache-queue.v1 / 9590538
Add gopkg.in info in readme Evan Huus 9 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
88 substantial memory and time benefits, and fewer GC pauses.
99
1010 The queue implemented here is as fast as it is in part because it is *not* thread-safe.
11
12 Follows semantic versioning using https://gopkg.in/ - import from
13 [`gopkg.in/eapache/queue.v1`](https://gopkg.in/eapache/queue.v1)
14 for guaranteed API stability.