v0.1.3
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.