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

[REBOL] Re: [grid]

From: atruter:labyrinth:au at: 8-Jul-2004 12:14

> How much memory does it use (morbid curiosity :)?
Loading the 4,000,000 value block (4 columns * 1,000,000 rows) consumes 187Mb, while converting these values to 1,000,000 strings and displaying in a text-list consumes another 204Mb. I've been predominantly concerned with performance to date, so haven't spent as much time optimising memory usage as I could.
> I did a proof-of-concept thing a while back that used dynamically > generated draw commands to display virtual grid/tree data. The grid > version is below; watch for wrap.
If I get a chance I'll see if I can get my data using this to compare the difference. Regards, Ashley