-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cubic numba proper compilation #4488
Conversation
…ortikin/sverchok into cubic_numba_proper_compilation
with the caching argument set to https://numba.readthedocs.io/en/stable/reference/envvars.html#numba-envvars-caching using the |
@portnov what do you think of this PR. any improvement ideas? |
if we can get some consensus on this, i'm interested in applying numba to other areas too. |
I think this is the least invasive approach. njit is attempted if numba is found, else the function just passes through the wrapper unchanged. |
solves the signature issue, does not solve auto compilation for later reuse.
adds automatic signature generation (compilation step for diskstorage does not work yet!)turns out that you can generate a signature automatically ( why the docs aren't explicit about this is baffling) by doing