whitepaper: re-add 10 missing entries + 11 new defects this session, count 578→590; rebuild PDF

This commit is contained in:
russell@unturf.com 2026-03-27 22:18:31 -04:00
parent e4ee168b1e
commit 2e4f7807d5
401 changed files with 3914 additions and 114 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000139
Fixes libgdx-0001/0002/0003: Model.loadNode / ModelBuilder.rebuildReferences /
ModelInstance.invalidate — O(N²) Array linear scans replaced with HashMap/IdentityHashMap.

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000140
Fixes libgdx-0004: Kerning.java — O(C×N×G) IntArray.contains() in GPOS coverage loop
replaced with IntIntMap for O(1) glyph→class lookup.