SimonBuxx / Linkuit-Studio

A platform for learning and experimenting with logic circuits
https://linkuit.com
MIT License
20 stars 2 forks source link

Performance issues with clock symbol #108

Closed SimonBuxx closed 6 months ago

SimonBuxx commented 1 year ago

To ensure redrawing of the clock symbols on components, all components with clock symbols are redrawn at every input change. This leads to low performance.

Creating a large benchmark file would be helpful. Maybe we can only redraw the triangle on change or cache the component's image.

SimonBuxx commented 6 months ago

Performance is within reasonable range for now