Categorygithub.com/jackc/chunkreader/v2
package
2.0.1
Repository: https://github.com/jackc/chunkreader.git
Documentation: pkg.go.dev

# README

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.