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

[REBOL] Re: Speed required

From: petr:krenzelok:seznam:cz at: 30-Nov-2007 10:46

absolutly fastest method is remove-each. I start to use it frequently, even if I need to repeat conditions. But I was not successfull in how to do it for your case. remove-each clearly uses not sufficient method of foreach, so your word is not bound to the block (that will be allowed in R3). remove-each column record [column = .....] ... pity index? can't be used... Petr