[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Real-World Impact of Hash DoS in Lua
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 26 Jan 2012 17:53:29 -0200
> 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