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