Bill Havanki created ACCUMULO-2039:
--------------------------------------

             Summary: Authorizations.getAuthorizationsBB is inefficient
                 Key: ACCUMULO-2039
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2039
             Project: Accumulo
          Issue Type: Improvement
    Affects Versions: 1.6.0, 1.7.0
            Reporter: Bill Havanki
            Priority: Trivial


Authorizations.getAuthorizations was reworked for 1.6.0 to build an immutable 
list of copies of contained authorizations. The 
Authorizations.getAuthorizationsBB method then takes that list and makes 
another immutable list of copies. The latter method could be made much more 
efficient by eliminating the extra copies and (possibly) list construction.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to