RFR: 4837946 - Faster multiplication and exponentiation of large integers

Sergey Kuksenko sergey.kuksenko at oracle.com
Fri May 17 08:23:03 UTC 2013


Hi Brian,

In the parallel thread I see a new implementation of CRC32 & Adler32. I 
don't mean new HW intrinsics, I mean parallel operation using 
ForkJoinPool. I think BigInteger operations may be a better candidate 
for such kind of parallelization. For example Karatsuba may be 
forkjoined naturally.


-- 
Best regards,
Sergey Kuksenko



More information about the core-libs-dev mailing list