515 B
515 B
Buffer
Pooled Buffer IO for Go programs.
Package buffer provides a reader implementation similar to bufio.Reader, and a writer implementation to batch write operations targeting an underlying writer. The used memory buffers can be taken 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:
Made in Berlin, DE