On Fri, May 14, 2010 at 08:08:01PM +0000, Mike Caron wrote: > I think that a bitset array is not going to be an integral type in RELOAD. > Instead, it will be a blob with a couple wrapper functions: > > GetBitsetBit(Node as Nodeptr, bit as integer) as integer > SetBitsetBit(Node as Nodeptr, bit as integer, v as integer) > > Maybe one to spawn a bitset from an existing integer array. > > The bitset functions would automagically manage the size by growing the blob > as necessary.
That sounds pretty cool :) One thing to note is that I am still going to be saving from and loading to the tag() array. So commands to grab bitsets 16-at-a-time might be useful. (although I think right now that counts as "premature optimization" so don't worry too much about it.) --- James _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
