You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2013/12/02 21:42:35 UTC

[jira] [Created] (OAK-1253) Faster SecurityProviderImpl.getConfigurations()

Jukka Zitting created OAK-1253:
----------------------------------

             Summary: Faster SecurityProviderImpl.getConfigurations()
                 Key: OAK-1253
                 URL: https://issues.apache.org/jira/browse/OAK-1253
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: core
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting
            Priority: Minor


The {{SeurityProviderImpl.getConfigurations()}} method shows up as a minor hotspot (~4% of execution time) in the {{SetPropertyTest}} benchmark. It could be optimized by using {{Arrays.asList()}} instead of a {{HashSet}}.



--
This message was sent by Atlassian JIRA
(v6.1#6144)