tidy
tidy copied to clipboard
New Architecture
I looked around at the code and saw that tidy calls the functions passed one by one on the whole array, I think that switching to using Iterators and apply at least some of the functions per cell would speed up run time significantly.