Open Issues Need Help
View All on GitHub Exclude influence of First-call penalty of Numba about 3 hours ago
AI Summary: This GitHub issue describes the 'first-call penalty' experienced with Numba, where initial calls to functions are significantly slower (around 700ms) due to Just-In-Time compilation. This overhead is a one-time cost per function, with subsequent calls running at full compiled speed. The user has already implemented a warm-up phase, and the provided profiling data confirms very fast execution after this initial compilation, indicating the problem is understood and the goal is likely to exclude this compilation time from performance measurements.
Complexity:
1/5
bug good first issue