• Robert Bradshaw's avatar
    Another object -> bint optimization. · 0bc3d7b7
    Robert Bradshaw authored
    __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.
    0bc3d7b7
PyrexTypes.py 85.8 KB