# README
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.
# Structs
ChunkReader is a io.Reader wrapper that minimizes IO reads and memory allocations.
Config contains configuration parameters for ChunkReader.