v0.1.2
Performance improvements
- Coalesce contiguous FAT sectors into a single read operation
- Avoid redundant seeks when the underlying resource is already at the requested offset
- Apply coalesced reads during container parsing and stream extraction
- Cover fragmented sector chains with integration tests
- Report complete-stream extraction throughput in the benchmark
All formatting, static analysis, and PHPUnit checks pass.