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

[REBOL] Re: Initializing

From: anton:lexicon at: 16-Dec-2002 15:18

Not much, I think. This should be easy to do speed comparisons. But make block! has an additional usage: make block! 25 creates a block with enough preallocated space for 25 elements, so there is no time wasted later increasing the block to fit your inserts. (The new block still begins with no elements.) Anton.