https://issues.apache.org/bugzilla/show_bug.cgi?id=48259
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Sebb <[email protected]> 2009-12-14 16:59:20 UTC --- Thanks for the patch. This has been applied to SVN: URL: http://svn.apache.org/viewvc?rev=890589&view=rev Log: Bug 48259 - Improve StatCalculator performance by using HashMap I made a few changes: - instead of sorting the keys and using last or first to get max and min the code keeps track of the values. - the sorted TreeSet is cached - use MutableLong (Commons LANG) instead of Long -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
