Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rvncerr/gocontainers

Containers for Go.
https://github.com/rvncerr/gocontainers

circular-buffer containers go golang ring-buffer

Last synced: about 1 month ago
JSON representation

Containers for Go.

Awesome Lists containing this project

README

        

# gocontainers — Containers for Go

[![Build Status](https://travis-ci.org/rvncerr/gocontainers.svg?branch=master)](https://travis-ci.org/rvncerr/gocontainers)
[![GoDoc](https://godoc.org/github.com/rvncerr/gocontainers?status.svg)](https://godoc.org/github.com/rvncerr/gocontainers)

* [CircularBuffer](http://godoc.org/github.com/rvncerr/gocontainers#CircularBuffer) is a fast and easy to use implementation of a circular buffer. Unlike [Ring](https://golang.org/pkg/container/ring/), [CircularBuffer](http://godoc.org/github.com/rvncerr/gocontainers#CircularBuffer) provides FIFO interface (Push/Pop).

## Installation

go get github.com/rvncerr/gocontainers/...