comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/QRangeTree.java @ 2612:49cfa5c66651

Squashed performance bug introduced in rev4070. Now CSV export is about 245 times faster. flys-artifacts/trunk@4195 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 04 Apr 2012 10:32:45 +0000
parents 62e5c6fd2a0c
children fe987587ebc9
comparison
equal deleted inserted replaced
2611:62e5c6fd2a0c 2612:49cfa5c66651
170 last.b = bv; 170 last.b = bv;
171 } 171 }
172 else { 172 else {
173 nodes.add(last = new Node(av, bv, qv)); 173 nodes.add(last = new Node(av, bv, qv));
174 } 174 }
175 }
176
177 if (log.isDebugEnabled()) {
178 log.debug("Before/after nodes join: " +
179 N + "/" + nodes.size());
175 } 180 }
176 181
177 root = wireTree(nodes); 182 root = wireTree(nodes);
178 } 183 }
179 184

http://dive4elements.wald.intevation.org