LearnGO/go/pkg/mod/github.com/jackc/chunkreader/v2@v2.0.1
2024-09-19 21:38:24 -04:00
..
.travis.yml whatcanGOwrong 2024-09-19 21:38:24 -04:00
chunkreader_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
chunkreader.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.mod whatcanGOwrong 2024-09-19 21:38:24 -04:00
LICENSE whatcanGOwrong 2024-09-19 21:38:24 -04:00
README.md whatcanGOwrong 2024-09-19 21:38:24 -04:00

Build Status

chunkreader

Package chunkreader provides an io.Reader wrapper that minimizes IO reads and memory allocations.

Extracted from original implementation in https://github.com/jackc/pgx.