Balanced trees

Chris Angelico rosuav at gmail.com
Mon Mar 10 19:27:01 EDT 2014


On Tue, Mar 11, 2014 at 10:24 AM, Roy Smith <roy at panix.com> wrote:
> As this discussion has shown, figuring out whether a hash table or a
> tree is better for a given problem is non-trivial.  My guess is that if
> you gave 1000 typical developers both data structures and let them pick
> freely, the number of cases where it really mattered and the developer
> picked the right one would be approximately equal to the number of cases
> where they picked the wrong one.

And both would be utterly dwarfed by the cases where it doesn't
matter, and everyone's paying a cost (having to choose) for no
benefit.

ChrisA



More information about the Python-list mailing list