Batch small inputs into larger chunks #299
Labels
No labels
agent/review
priority/high
priority/low
priority/medium
status/blocked
status/wontfix
time/marathon
time/quickwin
type/bug
type/cicd
type/docs
type/feature
type/security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thwap/gobz2#299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented in commit
0712bd8:batchEnabled,minChunkSize,maxBatchSizeconfiguration optionsChunkSplitterto read at leastminChunkSizebytes (unless EOF) and cap atmaxBatchSizeParallelCompressorandParallelDecompressorto propagate batching settingschunkSizetoDecompressionJobThe batching reduces per‑chunk overhead by aggregating small reads before compression, significantly improving throughput for many small reads.