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

[REBOL] Re: [grid]

From: greggirwin:mindspring at: 8-Jul-2004 22:37

Hi Ashley,
>> How much memory does it use (morbid curiosity :)?
AT> Loading the 4,000,000 value block (4 columns * 1,000,000 rows) consumes AT> 187Mb, while converting these values to 1,000,000 strings and displaying AT> in a text-list consumes another 204Mb. I've been predominantly concerned AT> with performance to date, so haven't spent as much time optimising memory AT> usage as I could. Wow! Cool that it doesn't fall over and die, but is there a reason you need to hold all 1'000'000 rows? That is, why not window smaller sets? -- Gregg