Codebase list golang-gopkg-eapache-queue.v1 / f44390d
Update README.md Add godoc badge Evan Huus 9 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Queue
11 =====
2
3 [![GoDoc](https://godoc.org/github.com/eapache/queue?status.png)](https://godoc.org/github.com/eapache/queue)
24
35 A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.
46 Using this instead of other, simpler, queue implementations (slice+append or linked list) provides