On Wed, 16 Nov 2022 20:59:24 GMT, Volodymyr Paprotski <d...@openjdk.org> wrote:

> Any ideas why it is not scaling linearly with number of threads? One would 
> think that random numbers are the 'definition' of data-independent and should 
> scale linearly with number of CPUs

it could be that the singleton RandomIO object has to be serialized among 
multiple threads

-------------

PR: https://git.openjdk.org/jdk/pull/11069

Reply via email to