You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mypyc is bad at compiling tuple unpacking, so this should be faster,
based on a microbenchmark I created. Also fewer tuple objects need to be
allocated and freed.
The impact is probably too small to be measured in a real workload, but
every little helps.
0 commit comments