-
I recently made a demo for interfacing Cython to the QUADPACK wrapper for numerical integration, scipy.integrate.quad. I wasn't sure how much faster it'd be but today, for an oscillatory integrand with Bessel functions, we got 10x speedup over pure Python! saoghal.net/articles/2020/faster-numerical-integration-in-scipy/