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
Loading a larger program from #287 indicates that the main culprit is displaying the instruction table. For GoL this creates around 80k DOM elements.
After removing the display the rest of the app has reasonable performance, so I think it makes sense to virtualize the scroll of instruction table as a low hanging fruit to improve the situation.
The text was updated successfully, but these errors were encountered:
Loading a larger program from #287 indicates that the main culprit is displaying the instruction table. For GoL this creates around 80k DOM elements.
After removing the display the rest of the app has reasonable performance, so I think it makes sense to virtualize the scroll of instruction table as a low hanging fruit to improve the situation.
The text was updated successfully, but these errors were encountered: