java-topology/defects/libgdx/patch
russell@unturf.com 783e406633 pygame/libgdx: CWE-407 findings
pygame: CLEAN — runtime uses dict/set throughout (O(1) membership)
libgdx-0002: ModelBuilder.rebuildReferences Array.contains O(P*M) — patch
libgdx-0005: Stage.touchDragged touchFocuses.contains O(F^2) — patch
libgdx-0006: AfterAction.delegate currentActions.indexOf O(W*A) per frame — patch
unit: extend LibGDXTest to 7 tests, all PASS (50x-1971x speedup measured)
2026-03-30 09:13:34 -04:00
..
libgdx-0001-model-loadnode-hashmap-lookup.patch whitepaper: re-add 10 missing entries + 11 new defects this session, count 578→590; rebuild PDF 2026-03-27 22:18:31 -04:00
libgdx-0002-model-builder-rebuild-refs-o-n2.patch pygame/libgdx: CWE-407 findings 2026-03-30 09:13:34 -04:00
libgdx-0004-kerning-gpos-intintmap-lookup.patch whitepaper: re-add 10 missing entries + 11 new defects this session, count 578→590; rebuild PDF 2026-03-27 22:18:31 -04:00
libgdx-0005-stage-touch-dragged-o-n2.patch pygame/libgdx: CWE-407 findings 2026-03-30 09:13:34 -04:00
libgdx-0006-after-action-delegate-o-n2.patch pygame/libgdx: CWE-407 findings 2026-03-30 09:13:34 -04:00