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 22:38:35 UTC

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

     [ https://issues.apache.org/jira/browse/OAK-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved OAK-1253.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.13

Done in revision 1547199.

> 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
>             Fix For: 0.13
>
>
> 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)