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

[REBOL] Re: Blocks: nested search

From: greggirwin:mindspring at: 6-Jan-2003 18:27

Hi Robert, RMM> I'm thinking about using something like an index: RMM> index: [a1 [a] a2 [a] b1 [b] b2 [b]] Something like an index is a good idea. Consider a hash! for your index to speed lookups. Gabriele's BTree might be another option worth considering. -- Gregg