Improve code efficiency
Twigonometry opened this issue · 0 comments
Twigonometry commented
Code quality could likely be improved - currently lots of loops over the same files
List comprehensions are nice, but they limit what you can do - it might be better to loop over files manually and call several functions on each file once in one iteration of the list