lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I'm personally wondering what the downsides are to using a tree to
> store conflicting keys. It doesn't seem to be the popular approach to
> fixing this problem. Is the code complexity deemed too great? Too much
> (runtime) overhead? Laziness?

Do you mean using trees only for the string table or for tables in
general?

-- Roberto