Re: CFV: Doug Lea to Membership in the Core Libraries Group

2008-03-28 Thread Alan Bateman
Vote: yes -Alan

Re: Further BigInteger performance improvements

2008-03-28 Thread Joseph D. Darcy
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

2008-03-28 Thread Alan Eliasen
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