Nick Pentreath
Nick Pentreath
See https://github.com/opendatagroup/hadrian/issues/8
`BigMatrix` supports pulling a set of row indices, i.e. `matrix.pull(rows: Array[Long])`. For push, only `matrix.push(rows: Array[Long], cols: Array[Int], values: Array[V])` is supported. For common use cases of pull/push a set...
Artery will be the new Akka remoting, based in Aeron IPC. It will be interesting to see the performance implications for communication. https://github.com/akka/akka/pull/21587
Would there be interest in some random initialisation mechanism for vectors / matrices? Often it is ok to init with 0s (the implicit case with new Glint data structures). But...
Hi @rjagerman, this project looks very interesting and I'd like to explore it a bit more. You mention Spark integration as a goal, has there been work done on that?...
Attempting to run spark-perf against master fails: ``` ./make-distribution.sh --skip-java-test The following shell command finished with a non-zero returncode (1): ./make-distribution.sh --skip-java-test ``` The issue is with the `--skip-java-test` flag,...