I think the processing time of this project could be greatly improved with using rayon or something like it to parallelize the iteration loops. Macbook's that have SSD drives seem to be able to max out the CPU processing power on the single thread that the program is running on. More investigation and profiling is needed.
I think the processing time of this project could be greatly improved with using rayon or something like it to parallelize the iteration loops. Macbook's that have SSD drives seem to be able to max out the CPU processing power on the single thread that the program is running on. More investigation and profiling is needed.