6 ms·
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?view=ma
by ivan_i 17y 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?view=markup http://svn.python.org/view/python/trunk/Objects/dictobject.c... (look at the end).
Python/C API rules.