You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/03/12 09:28:09 UTC

[jira] Updated: (HARMONY-3355) [classlib][archive]optimize case-mapping operation

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

Tony Wu updated HARMONY-3355:
-----------------------------

    Attachment: harmony-3355.zip

> [classlib][archive]optimize case-mapping operation
> --------------------------------------------------
>
>                 Key: HARMONY-3355
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3355
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3355.zip
>
>
> there're many places in this module could be optimized by toASCIIUpper(Lower)Case().
> Such as, 
> JarFile - regionMatches, only check for ".SF", ".DSA", "MANIFEST.MF"
> InitManifest - toLowerCase,  name of manifest properties is {A-Z} | {a-z} | {0-9} | -
> Attributes - toLowerCase, same as above
> I compress patches into a zip since there're 2 new-add files.

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