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

[REBOL] Re: Shamless request for improving function speed.

From: lmecir:mbox:vol:cz at: 27-Mar-2002 13:31

Hi Alan, I noticed that your functions call the FOR function. The FOR function still contains some bugs I reported pretty long ago and it is a very slow beast compared to virtually any other cycle function. I suggest you to use WHILE, UNTIL, REPEAT, LOOP, or my CFOR instead. Cheers L