/[Apache-SVN]
ViewVC logotype

Revision 1884917


Jump to revision: Previous Next
Author: centic
Date: Tue Dec 29 19:29:22 2020 UTC (3 years, 4 months ago)
Changed paths: 2
Log Message:
Improve the speed of the styles-optimiser when there are many styles in a Workbook

Profiling showed that the call to isUserDefined() took most of the time,
so we now fetch this only once for each style and remember the result and
use it in the inner loop.

The attached sample-file took aprox. 1m30s on a decent machine, now it is down
to around 2s.

Changed paths

Path Details
Directorypoi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFOptimiser.java modified , text changed
Directorypoi/trunk/test-data/spreadsheet/styles-3563.xls added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26