Skip to content

Commit

Permalink
TODO about memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmorris committed Feb 3, 2013
1 parent 0da4214 commit 1033ce9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -77,6 +77,7 @@ public NumericBinIndex(Project project, RowEvaluable rowEvaluable) {
_min = Double.POSITIVE_INFINITY;
_max = Double.NEGATIVE_INFINITY;

// TODO: An array of doubles would be more memmory efficient - double[] allValues
List<Double> allValues = new ArrayList<Double>();

iterate(project, rowEvaluable, allValues);
Expand Down

0 comments on commit 1033ce9

Please sign in to comment.