mirror of
https://github.com/2234839/web-font.git
synced 2026-09-04 23:02:27 +08:00
supported lookup 未命中 subtable(初夏 577 个)走空路径,原用 reserveOffset16(subStart, () => coverageAfter) 写 coverageOff——但 SinglePos/PairPos/ Cursive 的 coverageOff 是相对 subStart 的编译期固定常量(6/10),无需 patch 回填。 改直接 writeUint16(常量),省 per-subtable 的 patch 对象 + 闭包分配 + flush 遍历回填。 字节一致性:8 字体 GPOS 输出 sha 全 IDENTICAL。 性能 best-of 6000(min):初夏纯标点 0.0354→0.0303(-14%)、初夏汉字标点 -14%、 FiraCode -14%、霞鹜/得意黑 -3~5%;思源/鸿蒙噪声级(绝对 <0.0003ms)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>