1
0
buffer/readme.md

16 lines
323 B
Markdown
Raw Normal View History

2026-02-22 18:51:21 +01:00
# 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.
Find the documentation here:
2026-02-22 18:52:22 +01:00
- [lib.go](lib.go)
2026-02-22 18:51:21 +01:00
- https://godocs.io/code.squareroundforest.org/arpio/buffer
---
*Made in Berlin, DE*