GitHub user roshannaik opened a pull request:
https://github.com/apache/storm/pull/2711
STORM-3100 : Introducing CustomIndexArray to speedup HashMap lookups
- Added Unit Tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/roshannaik/storm STORM-3100
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2711.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 #2711
----
commit 1b14f6aad86fa96abe5fec07fea287c02004cc3f
Author: Roshan Naik <naikrosh@...>
Date: 2018-06-10T12:36:08Z
STORM-3100 : Introducing CustomIndexArray. Using it for task2componentId
mapping & ExecutorTransfer.localReceiveQueues
----
---