How are Python's Built In Dictionaries Implemented

Posted by ricree on Stack Overflow See other posts from Stack Overflow or by ricree
Published on 2008-11-29T07:35:31Z Indexed on 2010/06/08 10:52 UTC
Read the original article Hit count: 146

The topic title pretty much says it all. Does anyone know how the built in dictionary type for python is implemented? My understanding is that it is some sort of hash table, but I haven't been able to find any sort of definitive answer.

© Stack Overflow or respective owner

Related posts about python

Related posts about data-structures