https://bz.apache.org/bugzilla/show_bug.cgi?id=61841

--- Comment #6 from Javen O'Neal <one...@apache.org> ---
(In reply to Greg Woolsey from comment #5)
> 14.4s
> when XSSFEvaluationSheet caches the value of getLastRowNum(), since it comes
> from a TreeMap.lastKey() which has to navigate the tree each time to find
> the last key.

Side-note: should XSSFSheet cache the last row rather than iterating over the
TreeMap for every call? Hopefully we could drop in a better Sorted map
implementation, one that keeps a pointer to the first and last keys.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to