Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chronos-tachyon/buffer

Ring buffers in Go.
https://github.com/chronos-tachyon/buffer

Last synced: 7 days ago
JSON representation

Ring buffers in Go.

Awesome Lists containing this project

README

        

# buffer

[![Go](https://img.shields.io/github/go-mod/go-version/chronos-tachyon/buffer?logo=go)](https://golang.org/)
[![Latest Release](https://img.shields.io/github/v/release/chronos-tachyon/buffer?logo=github&sort=semver)](https://github.com/chronos-tachyon/buffer/releases)
[![Go Reference](https://pkg.go.dev/badge/github.com/chronos-tachyon/buffer/v3.svg)](https://pkg.go.dev/github.com/chronos-tachyon/buffer/v3)
[![License](https://img.shields.io/github/license/chronos-tachyon/buffer)](https://opensource.org/licenses/BSD-2-Clause)
[![Go Report Card](https://goreportcard.com/badge/github.com/chronos-tachyon/buffer)](https://goreportcard.com/report/github.com/chronos-tachyon/buffer)

This package implements high-efficiency byte buffer types.