Closed Huite closed 1 year ago
numba njit has a caching argument, which helpfully stores the compiled code. This massively reduces start-up time after first use (e.g. 14 seconds for a LeakyLineDoublet on my machine).
numba njit has a caching argument, which helpfully stores the compiled code. This massively reduces start-up time after first use (e.g. 14 seconds for a LeakyLineDoublet on my machine).