ctxppc / DRAMASimulator

iOS app implementing a rewindable simulator for the abstract DRAMA architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast-forward and responsiveness

ctxppc opened this issue · comments

When fast-forwarding through a large timeline, the app is unresponsive and animation cannot be paused.

Outside of any performance improvements, a solution may be to slow down the animation when under heavy load, e.g., by scheduling at most one animation step per clock step.