[ https://issues.apache.org/jira/browse/XALANJ-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dave Brosius closed XALANJ-2221. -------------------------------- Patch applied correctly > [PATCH] System.arraycopy is more efficient, so use it > ----------------------------------------------------- > > Key: XALANJ-2221 > URL: https://issues.apache.org/jira/browse/XALANJ-2221 > Project: XalanJ2 > Issue Type: Improvement > Affects Versions: 2.7 > Reporter: Dave Brosius > Assignee: Brian Minchau > Priority: Trivial > Fix For: 2.7.1 > > 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. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]