package
0.0.0-20240805073345-39c03fc987d2
Repository: https://github.com/intergral/deep.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ReadAllWithBuffer is a fork of https://go.googlesource.com/go/+/go1.16.3/src/io/io.go#626 with a buffer to read into.
ReadAllWithEstimate is a fork of https://go.googlesource.com/go/+/go1.16.3/src/io/io.go#626 with a starting buffer size.
# Structs
BufferedReaderAt implements io.ReaderAt but extends and buffers reads up to the given buffer size.
No description provided by the author
BufferedWriterWithQueue is an attempt at writing an async queue of outgoing data to the underlying writer.
# Interfaces
No description provided by the author