Files
LearnGO/go/pkg/mod/github.com/jackc/chunkreader/v2@v2.0.1/README.md
T
2024-09-19 21:38:24 -04:00

404 B

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.