tidy icon indicating copy to clipboard operation
tidy copied to clipboard

New Architecture

Open OhadBaehr opened this issue 3 years ago • 0 comments

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.

OhadBaehr avatar May 02 '22 16:05 OhadBaehr