adafruit/Adafruit_CircuitPython_LED_Animation

Some animations are quite slow

rhooper opened this issue · 1 comments

There's lots of room for performance fixes. For example, enumerate() is much faster than range() is much faster than a while loop.

This has likely been resolved. Though there is still always room for improvement, I'm going to close this issue. We can open new issues for individual things as we go. Thanks @rhooper for the recent updates!