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

[REBOL] Re: Buffers

From: brett:codeconscious at: 15-Feb-2001 14:58

> test-string: make string! 800000 > > to allow for 100000 copies of the 8 char string "BlahBlah".
Eheh. That helps doesn't it? Ta.
> Preallocation reduces the time by more than a factor of three on my box > using latest Core exper build. > > Cheers > -Larry
2.7 times on my box after the change. Brett.