Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Speed required

From: kpeters:otaksoft at: 29-Nov-2007 14:38

> And is that not fast enough? The obvious thing to do is preallocate the result block to the > correct size (make block! length? cursor) and use INSERT TAIL rather than APPEND. >
Thanks for your input gentlemen ~ am not saying that it's too slow - but I do know that I can always improve on/speed up my code by asking these questions and looking at how others do things... Kai