17 lines
434 B
Markdown
17 lines
434 B
Markdown
# Buffer
|
|
|
|
Pooled Buffer IO for Go programs.
|
|
|
|
Package buffer provides a reader implementation similar to bufio.Reader. The underlying memory buffers can be
|
|
used from a synchronized pool. It also supports scenarios similar to io.Pipe, where a content writer process is
|
|
wrapped by a buffered reader.
|
|
|
|
Find the documentation here:
|
|
|
|
- [lib.go](lib.go)
|
|
- https://godocs.io/code.squareroundforest.org/arpio/buffer
|
|
|
|
---
|
|
|
|
*Made in Berlin, DE*
|