Improving performance#
numba#
sunkit_magex.pfss automatically detects an installation of numba, which compiles some of the numerical code to speed up the pfss calculations.
To enable this simply install numba and use sunkit_magex.pfss as normal.
Streamline tracing#
sunkit_magex.pfss uses a complied tracer sunkit_magex.pfss.tracing.PerformanceTracer using the streamtracer package.