Closed timothymillar closed 3 years ago
Caching functions compiled with numba.njit would remove jit-stutter and speed up assembly.
numba.njit
Done in #100
Caching functions compiled with
numba.njit
would remove jit-stutter and speed up assembly.