VisibleMemberMap.java possible performance improvements
Michael Simacek
msimacek at redhat.com
Thu Sep 19 10:00:24 PDT 2013
Hi,
I thought about improving performance of the default doclet implementation a bit.
According to profiler results, most of the CPU time is spent in constructing the member map in VisibleMemberMap.java.
So I've rewritten part of the VisbleMemberMap and reduced the javadoc run time to 60-70% of original run time (on large inputs).
Is there any chance of this patch (attached) being accepted into OpenJDK?
I've never made any contribution to OpenJDK before, so I would like to ask for code review and guidance through the contribution process.
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: VisibleMemberMap.patch
Type: text/x-patch
Size: 14156 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/javadoc-dev/attachments/20130919/f890ea9c/VisibleMemberMap.patch
More information about the javadoc-dev
mailing list