On 9 October 2012 11:26, Alistair Leslie-Hughes <leslie_alist...@hotmail.com> wrote: > Changelog: > scrrun: Implement IDictionary_Add and Count > Actually, does it ever make sense to use a linked list at all to implement a dictionary? It seems to me that if you only ever have a handful of entries a simple array would be better suited, while if you have more than that you'd want some kind of search tree or a hash table.
- Re: [1/3] scrrun: Implement IDictionary_Add and Cou... Henri Verbeet
- Re: [1/3] scrrun: Implement IDictionary_Add an... Alistair Leslie-Hughes
- Re: [1/3] scrrun: Implement IDictionary_Ad... Nikolay Sivov
- Fwd: [1/3] scrrun: Implement IDictionary_A... Per Johansson