[PATCH] System.arraycopy is more efficient, so use it
-----------------------------------------------------

         Key: XALANJ-2221
         URL: http://issues.apache.org/jira/browse/XALANJ-2221
     Project: XalanJ2
        Type: Improvement
    Versions: Latest Development Code    
    Reporter: Dave Brosius
    Priority: Trivial


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to