|
|
|
|
|
by ot
1286 days ago
|
|
JIT can be faster than a static compiler if it takes advantage of runtime feedback, but that's not the case here: > While Codon does offer a JIT decorator similar to Numba's, Codon is in general an ahead-of-time compiler that compiles end-to-end programs to native code. |
|