Closed fbartolic closed 2 years ago
I currently use jit at the level of smallest functions. Performance could be improved by exploring the effect of JIT at higher level functions.
jit
Doesn't improve performance at all but I've removed the JIT decorators from some functions anyway.
I currently use
jit
at the level of smallest functions. Performance could be improved by exploring the effect of JIT at higher level functions.