RFR: 8315098: Improve URLEncodeDecode microbenchmark [v3]
Francesco Nigro
duke at openjdk.org
Wed Aug 30 16:00:13 UTC 2023
On Wed, 30 Aug 2023 15:52:06 GMT, Francesco Nigro <duke at openjdk.org> wrote:
>> Even with the same seed only with large numbers you get statistically a similar distribution,m (not the same values, but the javadoc said differently which is quite surprising to me!), but splittable random is actually producing the same exact sequences. You care about confusing branch predictors here I suppose (or the JIT, maybe too) but not to add noise or variance with fewer samples nor you are interested to the security part of it (cause random use the chaos generated securely by the OS/HW iirc).
>
> I have to check in my notes why I used splittable rmd and will update this thread :)
Ok it seems I am using it by habits (so weird). So I can retire this comment unless I got something better to add on this :)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15448#discussion_r1310498068
More information about the net-dev
mailing list