You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2009/05/08 09:43:45 UTC

[jira] Closed: (HARMONY-6195) [classlib][text] - improve performance for SimpleDateFormat.format/parse

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

Regis Xu closed HARMONY-6195.
-----------------------------


> [classlib][text] - improve performance for SimpleDateFormat.format/parse
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-6195
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6195
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M9
>            Reporter: Regis Xu
>            Assignee: Regis Xu
>             Fix For: 5.0M10
>
>         Attachments: DateFormatBench.java, HARMONY-6195.diff
>
>
> Harmony delegate SimpleDateFormat.format/parse to icu, but the speed is slower than icu. The only extra wok is setTimeZone before delegating. Since time zone is rarely changed, we can only set it when changed.

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