Merge pull request #2808 from cython/faster_pymultiply
Speed up multiplication of Python numbers with small integers (<= 2**30)
Showing
tests/run/mulop.pyx
0 → 100644
Please register or sign in to comment
Speed up multiplication of Python numbers with small integers (<= 2**30)