Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-2039

Authorizations.getAuthorizationsBB is inefficient

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.6.0
    • None

    Description

      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.

      Attachments

        1. ACCUMULO-2039.v1.patch.txt
          3 kB
          Vikram Srivastava

        Activity

          People

            vickyuec Vikram Srivastava
            bhavanki Bill Havanki
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: