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

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

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

ASF GitHub Bot commented on STORM-1152:
---------------------------------------

GitHub user sureshms opened a pull request:

    https://github.com/apache/storm/pull/836

    STORM-1152 Change map keySet iteration to entrySet iteration for effi…

    keySet to entrySet iteration changes along with other minor comments and code cleanup.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sureshms/incubator-storm STORM-1152

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/836.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #836
    
----
commit ef4e289b3828ba996f8d55d89b022068d4fda0b1
Author: Suresh Srinivas <su...@yahoo-inc.com>
Date:   2015-10-30T18:45:08Z

    STORM-1152 Change map keySet iteration to entrySet iteration for efficiency

----


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