12 Oct
2012
12 Oct
'12
7:21 a.m.
On Fri, Oct 12, 2012 at 8:48 AM, Alistair Leslie-Hughes <leslie_alistair(a)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