java-topology/defects/synapse/patch
russell@unturf.com 15db2a0269 synapse-0001: sync handler newly_joined_rooms List membership O(J*N); matrix-js-sdk CLEAN
synapse/handlers/sync.py _get_rooms_changed: newly_joined_rooms is List[str]
checked with `in` inside for-loop over all joined rooms (line 2252).
O(J*N) where J=joined rooms, N=newly joined. Fix: use Set. 99x at J=5000.
2026-03-30 15:23:53 -04:00
..
CLEAN.md game-engines: allegro5/bullet3/box2d/dry CWE-407 scan 2026-03-29 19:50:49 -04:00
synapse-0001-sync-newly-joined-rooms-list-membership.patch synapse-0001: sync handler newly_joined_rooms List membership O(J*N); matrix-js-sdk CLEAN 2026-03-30 15:23:53 -04:00
synapse-0001.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
synapse-0002.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