You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/08/31 11:07:26 UTC

[jira] Updated: (HARMONY-1358) [classlib][sql] Improve the performance of java.sql.Time.valueOf(String ) method

     [ http://issues.apache.org/jira/browse/HARMONY-1358?page=all ]

Richard Liang updated HARMONY-1358:
-----------------------------------

    Attachment: Harmony-1358.diff

Hello,

Would you please try this patch? Thanks a lot.

Best regards,
Richard

> [classlib][sql] Improve the performance of java.sql.Time.valueOf(String ) method
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-1358
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1358
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Richard Liang
>            Priority: Minor
>         Attachments: Harmony-1358.diff
>
>
> Hello,
> In this method, we first try to separate the string into three parts and validate each part of the string,then pass the validated whole string to a SimpleDateFormat object which do the real parsing job.It seems likely that the validating work and the parsing work are duplicate. And each time to invoke the java.sql.Time.valueOf() method, we need to get a new instance of SimpleDateFormat,this is inefficient because constructing a new SimpleDateFormat is costly.
> Best regards,
> Richard

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira