RFR: 8320759: Creation of random BigIntegers can be made faster [v2]

fabioromano1 duke at openjdk.org
Sat Dec 2 15:44:39 UTC 2023


On Thu, 30 Nov 2023 20:37:37 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update BigInteger(int, Random)
>>   
>>   Update a comment
>
> There are some JMH tests for BigInteger in test/micro/org/openjdk/bench/java/math/Big*.
> 
> Can you create a new benchmark for the computations above and include it in the PR.
> That will make it easier to keep track of the performance over time.
> Thanks

@RogerRiggs I added my benchmark class for BigInteger(int, Random) constructor to the package.

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

PR Comment: https://git.openjdk.org/jdk/pull/16817#issuecomment-1837185526


More information about the core-libs-dev mailing list