You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could add cache_by_op or cache_by_op_and_sig decorators for numba_funcitfy functions, that internally use a LRU cache to keep track of previous njit functions. Each funcify function can then choose to reuse results in a way that is appropriate.
Most funcify functions only use the op, and don't even look at the node at all.
See also #179 for context.
The text was updated successfully, but these errors were encountered:
We could add
cache_by_op
orcache_by_op_and_sig
decorators fornumba_funcitfy
functions, that internally use a LRU cache to keep track of previous njit functions. Each funcify function can then choose to reuse results in a way that is appropriate.Most funcify functions only use the op, and don't even look at the node at all.
See also #179 for context.
The text was updated successfully, but these errors were encountered: