]> source.dussan.org Git - poi.git/commit
Following discussions on the dev list today, tweak the logic for sizing the HSSFCells...
authorNick Burch <nick@apache.org>
Tue, 19 Apr 2011 22:26:46 +0000 (22:26 +0000)
committerNick Burch <nick@apache.org>
Tue, 19 Apr 2011 22:26:46 +0000 (22:26 +0000)
commitfa87b4277465227c029c919a2d6d7d3e1bf9229b
treec66299ac4b8dea26f37563e35ed801f69db499e5
parent020121825c6b329282d9bad147a40bd15cf85e3b
Following discussions on the dev list today, tweak the logic for sizing the HSSFCells array on a HSSFRow to reduce memory over allocation in many use cases (now cribbed from the size of the row, and uses the ArrayList growth metric)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1095229 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFRow.java