[SciPy-Dev] Numba as a dependency for SciPy?

Pauli Virtanen pav at iki.fi
Thu Mar 8 12:38:01 EST 2018


Juan Luis Cano kirjoitti 08.03.2018 klo 18:25:
> Now that you mention scipy.special, here is another data point with some
> promising benchmarks, wrapping CEPHES with CFFI:

Note that this is not apples to apples --- it is comparing scalar 
functions to ufuncs.

Those scipy.special functions are ufuncs, and the only overhead is numpy 
ufunc machinery.


More information about the SciPy-Dev mailing list