You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2010/09/27 15:24:32 UTC

[jira] Commented: (HARMONY-6070) [luni] Improve Long.toString(long) performance

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

Tim Ellison commented on HARMONY-6070:
--------------------------------------

Jim, can you give an example of where creating the String representation of a Long is going to be critical?  We should either apply the patch or reject it now.


> [luni] Improve Long.toString(long) performance
> ----------------------------------------------
>
>                 Key: HARMONY-6070
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6070
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Jim Yu
>             Fix For: 5.0M9
>
>         Attachments: HARMONY-6070.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Based on the algorithm for HARMONY-6068, I've made a patch for Long.toString(long). Since the big long numbers can have much more digits than integers, this algorithm can improve the performance a lot for big long numbers.

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