DB Tsai created SPARK-4717:
------------------------------

             Summary: Optimize BLAS library to avoid de-reference multiple 
times in loop
                 Key: SPARK-4717
                 URL: https://issues.apache.org/jira/browse/SPARK-4717
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
            Reporter: DB Tsai


Have a local reference to `values` and `indices` array in the `Vector` object 
so JVM can locate the value with one operation call. See `SPARK-4581` for 
similar optimization, and the bytecode analysis. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to