[ https://issues.apache.org/jira/browse/MAHOUT-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840620#action_12840620 ]
Robin Anil commented on MAHOUT-320: ----------------------------------- Yeah VInt Does give savings. but the overhead i see in LDA shows that the same saving if not more can be achieved by output compression. I have just integrated the two. and moved it to common. Since there is no test for co-occurrence, I cannot verify if i dint break it or not. Ankut can you just verify as soon as i upload the patch > Modify IntPairWritable in LDA implementation to be binary comparable to > improve performance. > -------------------------------------------------------------------------------------------- > > Key: MAHOUT-320 > URL: https://issues.apache.org/jira/browse/MAHOUT-320 > Project: Mahout > Issue Type: Improvement > Components: Clustering > Affects Versions: 0.3 > Reporter: Drew Farris > Assignee: Robin Anil > Priority: Minor > Attachments: MAHOUT-320.patch > > > Per discussion with Robin, modifying o.a.m.clustering.lda.IntPairWritable to > be binary comparable will improve the performance of the comparison > operations during a sort because no marshaling will need to occur to compare > IntPairWritable instances. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.