Open Issues Need Help
View All on GitHub Exclude influence of First-call penalty of Numba 5 months ago
AI Summary: This issue describes the "first-call penalty" of Numba, where the initial execution of compiled code is significantly slower due to JIT compilation. Subsequent calls are much faster, demonstrating Numba's performance benefits. The profiling data shows that the initialization phase, not the Newton solver, is the primary contributor to the initial overhead.
Complexity:
2/5
bug good first issue