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

Edward J. Yoon edited comment on HAMA-704 at 2/13/13 10:49 AM:
---------------------------------------------------------------

I'm reading old code closely. We're synchronize additionally to check whether 
updated vertices are exist. So, the total superstep was 2 times of algorithm 
iteration. With sorted message queue, we can reduce synchronization times by 
half.

I think, my patch will improve both the performance and memory usage.
                
      was (Author: udanax):
    I'm reading old code closely. To update the counts of updated vertices 
globally, the total superstep was 2 times of iteration. With sorted message 
queue, we can reduce synchronization times by half.

I think, my patch will improve both the performance and memory usage.
                  
> Optimization of memory usage during message processing
> ------------------------------------------------------
>
>                 Key: HAMA-704
>                 URL: https://issues.apache.org/jira/browse/HAMA-704
>             Project: Hama
>          Issue Type: Improvement
>          Components: graph
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>            Priority: Critical
>             Fix For: 0.6.1
>
>         Attachments: hama-704_v05.patch, mytest.patch, patch.txt, patch.txt, 
> removeMsgMap.patch
>
>
> <vertex, message> map seems consume a lot of memory. We should figure out an 
> efficient way to reduce memory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to