> I'm looking for a faster way to append arrays. Up to this point I'm
Are you using System.arraycopy()? As far as I understand this calls the
underlying C function memcpy(), which is what is called by the C function
realloc() when it can't expand an array without moving it somewhere
else. This is probably is fast as you'll get.
Jimmy
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".