Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chronos-tachyon/buffer
- Owner: chronos-tachyon
- License: bsd-2-clause
- Created: 2021-06-17T01:59:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T23:31:21.000Z (over 3 years ago)
- Last Synced: 2024-11-16T02:36:04.497Z (2 months ago)
- Language: Go
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.