You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2019/04/22 17:57:00 UTC

[jira] [Created] (GEODE-6689) adviseSameAsyncEventQueueIds and adviseSameGatewaySenderIds allocate an ArrayList on every call

Darrel Schneider created GEODE-6689:
---------------------------------------

             Summary: adviseSameAsyncEventQueueIds and adviseSameGatewaySenderIds allocate an ArrayList on every call
                 Key: GEODE-6689
                 URL: https://issues.apache.org/jira/browse/GEODE-6689
             Project: Geode
          Issue Type: Improvement
          Components: core
            Reporter: Darrel Schneider


adviseSameAsyncEventQueueIds and adviseSameGatewaySenderIds allocate an ArrayList on every call. The implementation could be changed to detect that the result will be an empty list and in that case an ArrayList is not needed.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)