Open mseaberg opened 3 years ago
Implemented QTimer in timer branch, would make it easy to adjust the repetition rate if I added a control on the GUI.
Doesn't seem like there's anything obvious to make more lightweight, could try to minimize any duplicate calculations for which there hasn't currently been much effort.
Use py-spy to check. Probably need to initialize all large arrays so they don't keep being created.
It would be nice to see if there is a way to make this lighter weight, might not be possible, but worth looking into.