link diagram in readme

This commit is contained in:
Andrew Gillis 2018-04-29 22:59:51 -04:00
parent bc0d5bf324
commit d09e6d40f5

View file

@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/gammazero/deque.svg)](https://travis-ci.org/gammazero/deque)
[![Go Report Card](https://goreportcard.com/badge/github.com/gammazero/deque)](https://goreportcard.com/report/github.com/gammazero/deque)
[![codecov](https://codecov.io/gh/gammazero/deque/branch/master/graph/badge.svg)](https://codecov.io/gh/gammazero/deque)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/gammazero/deque/blob/master/LICENSE)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
Extremely fast ring-buffer deque ([double-ended queue](https://en.wikipedia.org/wiki/Double-ended_queue)) implementation.
@ -15,6 +15,8 @@ The ring-buffer implementation significantly improves memory and time performanc
For maximum speed, this deque implementation leaves concurrency safety up to the application to provide, however the application chooses, if needed at all.
For a pictorial description, see the [Deque diagram](https://github.com/gammazero/deque/wiki)
## Installation
```