Archive for February 13, 2011

Sunday, February 13, 2011

Python’s Dictionary Implementation

Laurent Luce walks through the PyDict C code (via Keith Devens). CPython is a good codebase to study.