Codebase list golang-gopkg-eapache-queue.v1 / 6ddb63f
Add code-of-conduct badge to README Evan Huus 8 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Queue
11 =====
22
3 [![GoDoc](https://godoc.org/github.com/eapache/queue?status.png)](https://godoc.org/github.com/eapache/queue)
34 [![Build Status](https://travis-ci.org/eapache/queue.svg)](https://travis-ci.org/eapache/queue)
4 [![GoDoc](https://godoc.org/github.com/eapache/queue?status.png)](https://godoc.org/github.com/eapache/queue)
5 [![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)
56
67 A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.
78 Using this instead of other, simpler, queue implementations (slice+append or linked list) provides