Skip to content

v0.1.3

Choose a tag to compare

@dkulyk dkulyk released this 26 Aug 19:05
· 3 commits to main since this release

Performance improvement

  • Decode FAT and mini-FAT tables with a single bulk unpack operation
  • Preserve little-endian and big-endian allocation table support
  • Eliminate per-integer substring and unpack overhead during container parsing

This significantly reduces CompoundFile::open() time, especially for containers with large allocation tables. All formatting, static analysis, and PHPUnit checks pass.