The aim of this document is to explore a method of calling C++ library functions from Numba compiled functions --- Python functions that are decorated with numba.jit(nopython=True).
While there exist ways to wrap C++ codes to Python, calling these wrappers from Numba compiled functions is often not as straightforward and efficient as one would hope.
Read more… (5 min remaining to read)
from Planet Python
via read more
No comments:
Post a Comment