cholcombe973 / csv_test

0 stars 0 forks source link

Parallel Processing #1

Open cholcombe973 opened 2 years ago

cholcombe973 commented 2 years ago

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.