Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rvncerr/gocontainers
- Owner: rvncerr
- License: mit
- Created: 2017-01-16T14:56:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T21:20:22.000Z (about 4 years ago)
- Last Synced: 2023-07-11T22:08:57.076Z (over 1 year ago)
- Topics: circular-buffer, containers, go, golang, ring-buffer
- Language: Go
- Homepage: https://godoc.org/github.com/rvncerr/gocontainers
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/...