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

[REBOL] Re: TUPLE! DATA-MODEL & OTHER VALUES

From: larry:ecotope at: 7-Jun-2001 10:22

Hi Mark Thanks for the post, I found Daan's discussion of tuples quite insightful. Is there anything in your archives about the fact that creating a empty block allocates 16 bytes per entry?
>> start: system/stats
== 1620752
>> b: make block! 10000
== []
>> rebol/stats - start / 10000
== 16.1792
>>
Note there is a small amount of additional overhead reflected. The longer the block the closer the value is to 16. Cheers -Larry ----- Original Message ----- From: <[Robbo1Mark--aol--com]> To: <[rebol-list--rebol--com]> Sent: Thursday, June 07, 2001 4:26 AM Subject: [REBOL] TUPLE! DATA-MODEL & OTHER VALUES
> Everybody, > > for those of you, Larry, Ladislav, Joel, Volker etc. who have been
discussing the implementation of REBOL tuple! & other types, well here is an old posting from the OSCAR Project regarding our discoveries of REBOL datatypes.