Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Apr 29 08:13:56 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Apr 29 08:28:44 2011 +0000 @@ -1,3 +1,12 @@ +2011-04-29 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/WQKms.java: Changed the + data structure to store w, q and kms values from List<Double> to + TDoubleArrayList which stores native double values instead of big + Double values. + + * pom.xml: Added the GNU Trove dependency. + 2011-04-29 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/exports/OutGenerator.java: Added the