Actions: OpenPhysics/TrackLab
Actions
Showing runs from all workflows
862 workflow runs
862 workflow runs
const [p0, p1] = activePointers.values()
(ES2024 iterator destructuring — no intermediate array allocation).
- PlaybackControlsNode.ts: replace Array.from(speedMap.entries()).map(...)
with [...speedMap].map(...); Map is iterable and spreads as [key, value][]
pairs, making the intermediate Array.from redundant.
https://claude.ai/code/session_014gWKu1ZSG9hxhwpFd776KV
CI
#288:
Pull request #81
opened
by
veillette
ProTip!
You can narrow down the results and go further in time using created:<2026-03-01 or the other filters available.