Re: CFV: Doug Lea to Membership in the Core Libraries Group
Vote: yes -Alan
Re: Further BigInteger performance improvements
Alan Eliasen wrote: [snip] Since I haven't heard of any progress on including my previous patch, Sorry, still saturated with OpenJDK 6, -Joe
[UPDATED PATCH] 4837946: Implement Karatsuba multiplication algorithm in BigInteger
Attached is an UPDATED patch for bug 4837946, for implementing asymptotically faster algorithms for multiplication of large numbers in the BigInteger class: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4837946 The difference between this patch and the one posted earlier are: * T