https://issues.apache.org/bugzilla/show_bug.cgi?id=51171

Marcel May <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #3 from Marcel May <[email protected]> 2011-05-09 06:18:32 
UTC ---
The profiling screenshots attached show opening a single XLS file once:

new HSSFWorkbook(new FileInputStream("...."));

You can see that the top hotspots (first 7 are related) got fixed when you
compare before/after the patch. Looping 55 million times does not occur
anymore.

Another micro bench mark including warmup phase followed by timed loops shows
similiar results (speedup of ~1.3, or only ~75% of original time on average).

-- 
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]

Reply via email to