new transform that converts for-in-dict.iter*() into a while-loop over...
new transform that converts for-in-dict.iter*() into a while-loop over PyDict_Next(), which makes the loop 30-50% faster
Showing
Please register or sign in to comment