You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2013/10/19 16:45:05 UTC

[Bug 55612] Performance improvement (~11% up to ~92%) by adding a cache to HSSFCellStyle.getDataFormatString()

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

--- Comment #1 from Yegor Kozlov <ye...@dinom.ru> ---
Can you please explain the logic in details?

Why do you not compare lastFormat and format ? You cache lastFormat  but use it
only in a "not null" clause and not in equals. 


Why do you need to cache lastFormatSummary and collection of workbook's format
records? 

Yegor

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org