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

Alessandro Presta commented on GIRAPH-515:
------------------------------------------

I think we would just need to add some methods to the EdgeStore API, like 
setEdges(I, Iterable<Edge>), getEdges(I), getNumEdges(I) and so on (or maybe 
that's it :P).
                
> More efficient and flexible edge-based input
> --------------------------------------------
>
>                 Key: GIRAPH-515
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-515
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Alessandro Presta
>            Assignee: Alessandro Presta
>         Attachments: GIRAPH-515.patch
>
>
> The current implementation of edge-based input using mutations is not as 
> memory-efficient as it could be, and also can't be used with immutable vertex 
> classes.
> By having an ad-hoc code path for edges sent during input superstep, we can 
> achieve both memory efficiency and eliminate the current restriction.

--
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