[GitHub] storm pull request: Optimized wipeZeros() in SlotBasedCounter.

2016-03-21 Thread hukun01
Github user hukun01 closed the pull request at: https://github.com/apache/storm/pull/1233 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] storm pull request: Optimized wipeZeros() in SlotBasedCounter.

2016-03-19 Thread hukun01
Github user hukun01 commented on the pull request: https://github.com/apache/storm/pull/1233#issuecomment-198758260 It was failing before I did git clone. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] storm pull request: Optimized wipeZeros() in SlotBasedCounter.

2016-03-18 Thread hukun01
GitHub user hukun01 opened a pull request: https://github.com/apache/storm/pull/1233 Optimized wipeZeros() in SlotBasedCounter. objToCounts.keySet() already returns a set view, so we can avoid the unnecessary new set `objToBeRemoved`. You can merge this pull request into a Git