Skip to content

v0.1.2

Choose a tag to compare

@dkulyk dkulyk released this 26 Aug 18:56
· 4 commits to main since this release

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.