Quickenshtein
Quickenshtein copied to clipboard
Improving Threading Calculation Performance
trafficstars
For example, use the Concurrency Visualizer extension to identify if there are any areas that can be improved.
This is more a curiousity than anything - my own testing so far has seen great gains in multi-threaded workloads however there could still be more room for improvement.
If possible, there likely are big gains by supporting diagonal calculation in a multi-threaded scenario however that would likely require a major re-write.