You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Igor V. Stolyarov (JIRA)" <ji...@apache.org> on 2007/05/02 10:38:15 UTC

[jira] Created: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

[classlib][luni] Performance improvment for java.net.URLDecoder.decode()
------------------------------------------------------------------------

                 Key: HARMONY-3793
                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Igor V. Stolyarov
            Priority: Minor


I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.


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


[jira] Closed: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison closed HARMONY-3793.
--------------------------------

    Resolution: Fixed

> [classlib][luni] Performance improvment for java.net.URLDecoder.decode()
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3793
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Assignee: Tim Ellison
>            Priority: Minor
>         Attachments: URLDecoder.patch, URLDecoderPerfTest.java
>
>
> I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.

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


[jira] Assigned: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-3793:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni] Performance improvment for java.net.URLDecoder.decode()
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3793
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>         Assigned To: Tim Ellison
>            Priority: Minor
>         Attachments: URLDecoder.patch, URLDecoderPerfTest.java
>
>
> I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.

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


[jira] Resolved: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-3793.
----------------------------------

    Resolution: Fixed

Thanks Igor.

Patch applied to LUNI module at repo revision r535560.

Please check it was applied as expected.


> [classlib][luni] Performance improvment for java.net.URLDecoder.decode()
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3793
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>         Assigned To: Tim Ellison
>            Priority: Minor
>         Attachments: URLDecoder.patch, URLDecoderPerfTest.java
>
>
> I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.

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


[jira] Commented: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493036 ] 

Igor V. Stolyarov commented on HARMONY-3793:
--------------------------------------------

Micro-benchmark and fix attached.

> [classlib][luni] Performance improvment for java.net.URLDecoder.decode()
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3793
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Priority: Minor
>         Attachments: URLDecoder.patch, URLDecoderPerfTest.java
>
>
> I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.

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


[jira] Commented: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494195 ] 

Igor V. Stolyarov commented on HARMONY-3793:
--------------------------------------------

Works for me.
Thank you Tim.

> [classlib][luni] Performance improvment for java.net.URLDecoder.decode()
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3793
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>         Assigned To: Tim Ellison
>            Priority: Minor
>         Attachments: URLDecoder.patch, URLDecoderPerfTest.java
>
>
> I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.

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


[jira] Updated: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor V. Stolyarov updated HARMONY-3793:
---------------------------------------

    Attachment: URLDecoder.patch

> [classlib][luni] Performance improvment for java.net.URLDecoder.decode()
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3793
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Priority: Minor
>         Attachments: URLDecoder.patch, URLDecoderPerfTest.java
>
>
> I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.

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


[jira] Updated: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor V. Stolyarov updated HARMONY-3793:
---------------------------------------

    Attachment: URLDecoderPerfTest.java

> [classlib][luni] Performance improvment for java.net.URLDecoder.decode()
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3793
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Priority: Minor
>         Attachments: URLDecoder.patch, URLDecoderPerfTest.java
>
>
> I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.

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


[jira] Reopened: (HARMONY-3793) [classlib][luni] Performance improvment for java.net.URLDecoder.decode()

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reopened HARMONY-3793:
----------------------------------


This issue is in an inconsistent JIRA state - just trying to get it closed properly...

> [classlib][luni] Performance improvment for java.net.URLDecoder.decode()
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3793
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3793
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Assignee: Tim Ellison
>            Priority: Minor
>         Attachments: URLDecoder.patch, URLDecoderPerfTest.java
>
>
> I'd like to suggest performance improvement for decode methods of java.net.URLDecoder class. With the patch I have boost from 12% on fully encoding string up to 45% on non-encodeing string on my micro-benchmark.

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