I kind of find some of these CVS logs too hard to understand.  It seems that it you 
change a tab by accident, it logs the next four lines.
Anyway:


> this.elm=recycled[0];
> Methods.removeFromArray(recycled,recycled[0]);

Is it possible to do the following:
   this.elm=recycled[recycled.length-1];
   recycled[recycled.length-1]=null;
   recycled.length--;

this will eliminate the overhead of the removeFromArray call.
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010





_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to