Add experimental iterkeys(), itervalues(), iteritems() to dict
objects. Tests show that iteritems() is 5-10% faster than iterating over the dict and extracting the value with dict[key].
Showing
Please
register
or
sign in
to comment
objects. Tests show that iteritems() is 5-10% faster than iterating over the dict and extracting the value with dict[key].