https://issues.apache.org/jira/browse/HARMONY-5761
I'm not sure I would agree with this approach, at least not the bit about rounding the capacity that's explicitly passed. That seems like a specific optimization of WeakHashMap for the way it gets used during serialization. I think it would be more appropriate to perform this capacity calculation in the classes that actually instantiate the WeakHashMap. -Nathan On Fri, Apr 18, 2008 at 1:50 AM, Aleksey Shipilev < [EMAIL PROTECTED]> wrote: > Colleagues, > > I had recently filed two JIRAs with improvements in Collections, > giving up to +30-40% to serialization benchmarks. Presumably they will > boost the performance across the all users since the optimization is > pretty general: > https://issues.apache.org/jira/browse/HARMONY-5761 > https://issues.apache.org/jira/browse/HARMONY-5718 > > Would some classlib guru (Tim, Nathan, Tony?) review and commit them? > > Thanks, > Aleksey. >
