You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2026. It is now read-only.
perf: reuse prev snapshot map in getMigrationCounts and single-pass getSummary
- getMigrationCounts: carry forward previous iteration's currNodeComm as
next iteration's prevNodeComm, reducing buildNodeCommunityMap calls
from 2*(k-1) to k for k snapshots
- getSummary: compute event counts, stability score, and volatility score
in a single pass over events using EnumMap, replacing 4 separate stream
traversals (getEventCounts + getStabilityScore + getVolatilityScore)
0 commit comments