Accelerate the Calculations Related to Municipal Bonds

1 Open Issue Need Help Last updated: Nov 6, 2025

Open Issues Need Help

View All on GitHub

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

Accelerate the Calculations Related to Municipal Bonds

Python