Go concurrency performance

How CPU overclocking and frequency multiplier and virtual cores can affect Go parallel execution?
I know that Go uses Work-stealing algorithms where an underloaded processor actively looks for threads from other processors and “steals” some of them, but does this boosts performance when you using overclocking, frequency multiplier and virtual cores ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.