[Scummvm-devel] RE : Predictive input code

Johannes Schickel lordhoto at gmail.com
Fri Apr 4 18:09:46 CEST 2008


On Friday 04 April 2008 15:01:00 Bertrand Augereau wrote:
> I shall add that using this trie would be good for the
> Theme evaluator code too, who maintains a quite big
> hashmap of String keys to int values with lots of
> redundancy.

I don't really see how you can replace that map with a trie
though, I mean it's used to save integer variables and access
them via strings. That really sounds more like a map than
a trie.

// Johannes




More information about the Scummvm-devel mailing list