|
|
||
|---|---|---|
| .. | ||
| .travis.yml | ||
| chunkreader.go | ||
| go.mod | ||
| LICENSE | ||
| README.md | ||
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.
|
|
||
|---|---|---|
| .. | ||
| .travis.yml | ||
| chunkreader.go | ||
| go.mod | ||
| LICENSE | ||
| README.md | ||
Package chunkreader provides an io.Reader wrapper that minimizes IO reads and memory allocations.
Extracted from original implementation in https://github.com/jackc/pgx.