You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2015/10/30 19:25:27 UTC

[jira] [Created] (STORM-1152) Change map keySet iteration to entrySet iteration for efficiency

Suresh Srinivas created STORM-1152:
--------------------------------------

             Summary: Change map keySet iteration to entrySet iteration for efficiency
                 Key: STORM-1152
                 URL: https://issues.apache.org/jira/browse/STORM-1152
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-core
            Reporter: Suresh Srinivas
            Assignee: Suresh Srinivas
            Priority: Minor


Many places keySet iteration is used where entrySet iteration would avoid unnecessary key lookup.



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