JDK 8 RFC 4891331: BigInteger a.multiply(a) should use squaring code
Brian Burkhalter
brian.burkhalter at oracle.com
Thu Oct 17 23:52:31 UTC 2013
Hi Joe,
Will do.
Thanks,
Brian
On Oct 17, 2013, at 4:08 PM, Joseph Darcy wrote:
> Can you test the performance of a patch with:
>
> if (val == this and mag.length > 8)
>
> Do you have any measurements of the multiply performance of values that are not ==? (Making sure there is no general regression.)
More information about the core-libs-dev
mailing list