Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 380:5f55047a17e8
Moved expensive allocation of result arrays out of km loop.
flys-artifacts/trunk@1795 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 02 May 2011 16:28:57 +0000 |
parents | c21fb8de54f8 |
children | 52b6de9d0ab4 |
comparison
equal
deleted
inserted
replaced
379:c21fb8de54f8 | 380:5f55047a17e8 |
---|---|
1 2011-05-02 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: | |
4 Added interpolateW method to take reference to result ws array | |
5 as an argument to avoid expensive array allocations in km iterating | |
6 loops. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/model/WQKms.java: | |
9 Added a constructor to create backing trove datastructure | |
10 with the right capacity. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
13 Move allocation of result ws out of km loop. | |
14 | |
1 2011-05-02 Ingo Weinzierl <ingo@intevation.de> | 15 2011-05-02 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * doc/conf/artifacts/winfo.xml: Added two further data items in the WQ | 17 * doc/conf/artifacts/winfo.xml: Added two further data items in the WQ |
4 selection state. Those items are necessary to store the information | 18 selection state. Those items are necessary to store the information |
5 about the selected mode (range/single selection) and the values of the | 19 about the selected mode (range/single selection) and the values of the |