aboutsummaryrefslogtreecommitdiff
path: root/repl/src
diff options
context:
space:
mode:
authorTor Myklebust <tmyklebu@gmail.com>2014-04-19 15:10:18 -0700
committerMatei Zaharia <matei@databricks.com>2014-04-19 15:10:18 -0700
commit25fc31884b0382b2d43c55e1f55e305a73dfae91 (patch)
tree18874bdf4e26fb995325e522938bfc890361c494 /repl/src
parent10d04213ffda9c64b7e39c7debc433be8ea343c7 (diff)
downloadspark-25fc31884b0382b2d43c55e1f55e305a73dfae91.tar.gz
spark-25fc31884b0382b2d43c55e1f55e305a73dfae91.tar.bz2
spark-25fc31884b0382b2d43c55e1f55e305a73dfae91.zip
[SPARK-1535] ALS: Avoid the garbage-creating ctor of DoubleMatrix
`new DoubleMatrix(double[])` creates a garbage `double[]` of the same length as its argument and immediately throws it away. This pull request avoids that constructor in the ALS code. Author: Tor Myklebust <tmyklebu@gmail.com> Closes #442 from tmyklebu/foo2 and squashes the following commits: 2784fc5 [Tor Myklebust] Mention that this is probably fixed as of jblas 1.2.4; repunctuate. a09904f [Tor Myklebust] Helper function for wrapping Array[Double]'s with DoubleMatrix's.
Diffstat (limited to 'repl/src')
0 files changed, 0 insertions, 0 deletions