[ 原始碼: golang-github-armon-circbuf ]
套件:golang-github-armon-circbuf-dev(0.0~git20190214.5111143-1)
golang-github-armon-circbuf-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-armon-circbuf:
- [golang-github-armon-circbuf_0.0~git20190214.5111143-1.dsc]
- [golang-github-armon-circbuf_0.0~git20190214.5111143.orig.tar.xz]
- [golang-github-armon-circbuf_0.0~git20190214.5111143-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- libatomic-queue0
- libatomic-queue-dev
- golang-github-davecgh-go-xdr-dev
- golang-github-shenwei356-bpool-dev
- golang-github-bsphere-le-go-dev
- golang-github-hashicorp-golang-lru-dev
- golang-github-hashicorp-golang-lru-v2-dev
- golang-github-jszwec-csvutil-dev
- golang-github-tdewolff-minify-dev
- golang-github-svent-go-nbreader-dev
- golang-github-graylog2-go-gelf-dev
Golang circular (ring) buffer
This package provides the circbuf Go library. This provides a Buffer object which is a circular (or ring) buffer. It has a fixed size, but can be written to infinitely. Only the last size bytes are ever retained. The buffer implements the io.Writer interface.
This package contains the source.