Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 365:c13ca9d632d6
Introduced GNU Trove to store WQKms values in a more performant data structure.
flys-artifacts/trunk@1773 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 29 Apr 2011 08:28:44 +0000 |
parents | 8830eecad69e |
children | d64339f9f38f |
comparison
equal
deleted
inserted
replaced
364:8830eecad69e | 365:c13ca9d632d6 |
---|---|
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WQKms.java: Changed the | |
4 data structure to store w, q and kms values from List<Double> to | |
5 TDoubleArrayList which stores native double values instead of big | |
6 Double values. | |
7 | |
8 * pom.xml: Added the GNU Trove dependency. | |
9 | |
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | 10 2011-04-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/exports/OutGenerator.java: Added the | 12 * src/main/java/de/intevation/flys/exports/OutGenerator.java: Added the |
4 name a the requested facet to doOut(). Concrete generators should just | 13 name a the requested facet to doOut(). Concrete generators should just |
5 create output for this facet now. | 14 create output for this facet now. |