Skip to content

Add parallel streaming Reader and crates.io publishing - #12

Merged
jph00 merged 1 commit into
mainfrom
pr/add-parallel-streaming-reader-and-crates-io
Aug 25, 2026
Merged

Add parallel streaming Reader and crates.io publishing#12
jph00 merged 1 commit into
mainfrom
pr/add-parallel-streaming-reader-and-crates-io

Conversation

@jph00

@jph00 jph00 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Add fbz::Reader, a bounded std::io::Read implementation for parallel bzip2 and gzip decoding. It auto-detects formats, transfers decoder-owned chunks without an intermediate copy, propagates late validation failures through read(), and cancels and joins workers on early drop.

Share the owned-chunk pipe with streaming tar extraction. Emit bzip2’s first validated block before the cancellable parallel scan and reuse it during ordered assembly.

Add correctness, lifecycle, packaging, and single-run performance coverage. Prepare crates.io trusted publishing and publish only platform wheels—not a Python sdist—to PyPI.

See README “Streaming reads” and DEV “Local Reader benchmark” and release documentation.

@jph00 jph00 added the enhancement New feature or request label Aug 25, 2026
@jph00
jph00 merged commit 7870207 into main Aug 25, 2026
@jph00
jph00 deleted the pr/add-parallel-streaming-reader-and-crates-io branch August 25, 2026 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant