You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2006/10/16 18:31:38 UTC

[jira] Commented: (XALANJ-2221) [PATCH] System.arraycopy is more efficient, so use it

    [ http://issues.apache.org/jira/browse/XALANJ-2221?page=comments#action_12442634 ] 
            
Brian Minchau commented on XALANJ-2221:
---------------------------------------

I have reviewed and approve the patch.

> [PATCH] System.arraycopy is more efficient, so use it
> -----------------------------------------------------
>
>                 Key: XALANJ-2221
>                 URL: http://issues.apache.org/jira/browse/XALANJ-2221
>             Project: XalanJ2
>          Issue Type: Improvement
>    Affects Versions: Latest Development Code
>            Reporter: Dave Brosius
>         Assigned To: Brian Minchau
>            Priority: Trivial
>         Attachments: system_arraycopy.diff
>
>
> System.arraycopy is better performing that simple manual array copying in a loop
> 1) It's native
> 2) it avoids all the array range check, except one up front.
> This patch changes this.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org