You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "deven you (JIRA)" <ji...@apache.org> on 2009/06/26 09:23:07 UTC

[jira] Commented: (HARMONY-6241) java.text.SimpleDateFormat.SimpleDateFormat(String, Locale) performance can be improved

    [ https://issues.apache.org/jira/browse/HARMONY-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724407#action_12724407 ] 

deven you commented on HARMONY-6241:
------------------------------------

Thanks Tim! I have test the build of HEAD classlib trunk.  It is ok and
reduce about  66% time than before.

2009/6/25 Tim Ellison (JIRA) <ji...@apache.org>



> java.text.SimpleDateFormat.SimpleDateFormat(String, Locale) performance can be improved
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6241
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6241
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M10
>            Reporter: deven you
>            Assignee: Tim Ellison
>             Fix For: 5.0M11
>
>         Attachments: SimpleDateFormat-performance-patch.diff, SimpleDateFormat-performance-patch_v4.diff, TestSimpleDateFormat_constructor_LString_Locale.java
>
>
> SimpleDateFormat.SimpleDateFormat(String, Locale) create lots of  redundant formatSymbols. I have write a change to remove these formatSymbols to improve its performance.

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