Fwd: [1/3] scrrun: Implement IDictionary_Add and Count (try 2)

Per Johansson per at morth.org
Fri Oct 12 02:21:59 CDT 2012


On Fri, Oct 12, 2012 at 8:48 AM, Alistair Leslie-Hughes
<leslie_alistair at 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



More information about the wine-devel mailing list