You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Andra Lungu (JIRA)" <ji...@apache.org> on 2015/05/05 19:05:00 UTC

[jira] [Created] (FLINK-1975) Graph getUndirected improvement

Andra Lungu created FLINK-1975:
----------------------------------

             Summary: Graph getUndirected improvement 
                 Key: FLINK-1975
                 URL: https://issues.apache.org/jira/browse/FLINK-1975
             Project: Flink
          Issue Type: Improvement
          Components: Gelly
    Affects Versions: 0.9
            Reporter: Andra Lungu
            Assignee: Andra Lungu
            Priority: Minor


The current getUndirected method uses a union and a map to add the reverse edges to the graph. This could be done by simply using a flatMap that adds the edge and its reversed version - a flatMap is less expensive than a union followed by a map.  



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