mbakker7 / ttim

MIT License
34 stars 23 forks source link

Enable JIT caching: suffer latency only once #39

Closed Huite closed 1 year ago

Huite commented 1 year ago

numba njit has a caching argument, which helpfully stores the compiled code. This massively reduces start-up time after first use.