Nitay Joffe created GIRAPH-493:
----------------------------------

             Summary: Remove EdgeWithSource
                 Key: GIRAPH-493
                 URL: https://issues.apache.org/jira/browse/GIRAPH-493
             Project: Giraph
          Issue Type: Bug
            Reporter: Nitay Joffe
            Assignee: Nitay Joffe


We create a lot of EdgeWithSource (one per edge read) only to grab the sourceID 
/ Edge out of them right after. Since we are not actually keeping these objects 
around we might as well just make the interface getSourceId() and getEdge() 
instead of the current get edge with source, and saev on creating all of these 
objects.

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