Hacker News new | ask | show | jobs
by ivan_i 6143 days ago
Or write speed-critical Python iterator directly in C. Python source is the best reference: http://svn.python.org/view/python/trunk/Objects/dictobject.c... (look at the end).

Python/C API rules.