| Emmanuel Lecharny (JIRA) 2005-12-03, 5:45 pm |
| [ http://issues.apache.org/jira/brows...ERS-10?page=all ]
Emmanuel Lecharny resolved DIRSNICKERS-10:
------------------------------------------
Resolution: Fixed
No more energy spend on Snickers
> Create and use an IntHashMap in digester
> ----------------------------------------
>
> Key: DIRSNICKERS-10
> URL: http://issues.apache.org/jira/browse/DIRSNICKERS-10
> Project: Directory ASN1
> Type: Improvement
> Components: BER Runtime
> Reporter: Alex Karasulu
> Assignee: Alex Karasulu
> Priority: Minor
>
> Right now we create Integers for a map in the digester which needs to have entries with int keys. This extra object creation is not good and we need to create an IntHashMap and use it instead of a regular java.util.HashMap. We can eventually put this
back into the commons-primitives if they don't create one first.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|