You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/03/24 18:41:27 UTC

[jira] Resolved: (DIRSHARED-56) Precompute HashCode for schemaObjects

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

Emmanuel Lecharny resolved DIRSHARED-56.
----------------------------------------

    Resolution: Fixed

The hashcode is now computed only once.

> Precompute HashCode for schemaObjects
> -------------------------------------
>
>                 Key: DIRSHARED-56
>                 URL: https://issues.apache.org/jira/browse/DIRSHARED-56
>             Project: Directory Shared
>          Issue Type: Improvement
>    Affects Versions: 0.9.17
>            Reporter: Emmanuel Lecharny
>            Assignee: Emmanuel Lecharny
>            Priority: Critical
>             Fix For: 0.9.19
>
>
> We must pre-compute the HashCode value for SchemaObject, as those values are used every time we manipulate a hashMap containing an AT, an OC (entries, for instance), and a call to AT/OC.hashCode() is done each time.
> This cost a hell lot of CPU time for nothing, as those elements are static.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.