Another object -> bint optimization.
__Pyx_PyObject_IsTrue now has only a single branch, even at -O0. (The bitwise | is intentional.) This is only a 2.5% or so speedup in my microbenchmarks, but it's something.
Showing
Please register or sign in to comment