Y
Hacker News
new
|
ask
|
show
|
jobs
by
sg47
4544 days ago
Is the Python dict source code available in the link provided in the article?
1 comments
bcjordan
4544 days ago
Raw source:
http://svn.python.org/view/%2acheckout%2a/python/tags/r266/O...
Walkthrough of the implementation:
http://www.laurentluce.com/posts/python-dictionary-implement...
link
dalke
4544 days ago
And a PyCon video:
http://pyvideo.org/video/276/the-mighty-dictionary-55
.
link
sg47
4544 days ago
Thanks both of you!
link
Walkthrough of the implementation: http://www.laurentluce.com/posts/python-dictionary-implement...