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
perf: optimize event queue consumption with early return and for loop
Replace forEach with for loop for better performance and add early return
when event queue is empty. Also add comprehensive tests for event handling
including edge cases for large event counts and events dispatched during
consumption.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments