mirror of
https://github.com/2234839/web-font.git
synced 2026-09-04 23:02:27 +08:00
operand(b0>=32)占 CJK charstring 绝大多数字节,提前到首判定。旧顺序按字节值 升序(255→28→29→32-246),最热的 32-246 单字节 operand 要先 3 次比较不命中才进入; 现 b0>=32 一次比较命中热路径。 思源千字文 subsetCFF 0.5137→0.4884ms(-4.9%),CFF 输出 sha 一致(纯分支顺序调整)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>