rhooper opened this issue 5 years ago · 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.
enumerate()
range()
while
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!