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
Instead of pushing pixels repeatedly, I wonder if this would be faster: only track an index for the duration of an interval, and then once it no longer matches, push a slice that represents the interval.
The text was updated successfully, but these errors were encountered:
Surprisingly, the refactor alone isn't consistently that much more performant; however this refactor could allow for a small uplift if the intervals were sorted while making them.
Instead of pushing pixels repeatedly, I wonder if this would be faster: only track an index for the duration of an interval, and then once it no longer matches, push a slice that represents the interval.
The text was updated successfully, but these errors were encountered: