[SciPy-Dev] Documentation to use LowLevelCallable from cython

Stefan van der Walt stefanv at berkeley.edu
Sun Feb 18 13:37:45 EST 2018


Hi Andrew

On Sun, 18 Feb 2018 22:40:05 +1100, Andrew Nelson wrote:
> I was wondering if there was a guide to demonstrate how to use a
> LowLevelCallable from cython? Is it possible, and does it lead to any speed
> benefits if all looping is done from cython?

I have an example of how to use LowLevelCallable with Cython (and
Numba--courtesy of Juan Nunez-Iglesias) in this notebook:

https://github.com/scikit-image/skimage-tutorials/blob/master/lectures/other_libraries.ipynb

Best regards
Stéfan


More information about the SciPy-Dev mailing list