[ https://issues.apache.org/jira/browse/HARMONY-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sian January reassigned HARMONY-5907:
-------------------------------------
Assignee: Sian January
> [classlib][pack200]CPUTF8.hashCode() is slow
> --------------------------------------------
>
> Key: HARMONY-5907
> URL: https://issues.apache.org/jira/browse/HARMONY-5907
> Project: Harmony
> Issue Type: Improvement
> Affects Versions: 5.0M6
> Environment: Latest pack200
> Reporter: Andrew Cornwall
> Assignee: Sian January
> Attachments: main.patch, pack200-hashcodes-v1.patch
>
>
> The unpack process spends a lot of time doing CPUTF8.hashCode() - which does String.hashCode().
We can save about 1.5 seconds of my 39 second test case (about 4%) by caching the hashCode.
(I thought we did this before - or maybe I dreamt it?)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|