On Fri, Oct 12, 2012 at 8:48 AM, Alistair Leslie-Hughes <leslie_alist...@hotmail.com> wrote: > I will have a look at some sort of hash table. >
I'd use wine existing tree implementation, unless there's some specific reason to use a hash table. Hash tables are good in theory but with in practice trees are just as effective in my experience (especially AVL trees). Regards, -- Per Johansson