You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Andrew Palumbo (JIRA)" <ji...@apache.org> on 2015/03/06 02:24:39 UTC

[jira] [Commented] (MAHOUT-1578) Optimizations in matrix serialization

    [ https://issues.apache.org/jira/browse/MAHOUT-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14349748#comment-14349748 ] 

Andrew Palumbo commented on MAHOUT-1578:
----------------------------------------

this can be closed right?

> Optimizations in matrix serialization
> -------------------------------------
>
>                 Key: MAHOUT-1578
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1578
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Math
>            Reporter: Sebastian Schelter
>              Labels: legacy
>             Fix For: 1.0
>
>
> MatrixWritable contains inefficient code in a few places:
>  
>  * type and size are stored with every vector, although they are the same for every vector
>  * in some places vectors are added to the matrix via assign() in places where we could directly use the instance
>  



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