Marcin Mielżyński wrote:
Charles Oliver Nutter pisze:
Here's a comparison of a purely hash-based ivar map versus one that just
does a linear search.
For objects with only a few instance variables, the linear search
mechanism is going to be faster. Perhaps what we need is a map that's
optimized
Charles Oliver Nutter pisze:
Here's a comparison of a purely hash-based ivar map versus one that just
does a linear search.
For objects with only a few instance variables, the linear search
mechanism is going to be faster. Perhaps what we need is a map that's
optimized so that small sizes are li
Here's a comparison of a purely hash-based ivar map versus one that just
does a linear search.
For objects with only a few instance variables, the linear search
mechanism is going to be faster. Perhaps what we need is a map that's
optimized so that small sizes are linear searches and after a cert