lanl / fiducia

An open source package for DANTE signal analysis using the cubic spline unfold method.
Other
5 stars 4 forks source link

Survey Optimizations #26

Open pmk-LANL opened 3 years ago

pmk-LANL commented 3 years ago

Investigate some additional optimizations:

Plasmacaster commented 2 years ago

Parallelization can also be done using Numba. Is there any reason why multiprocessing would be favored?

pmk-LANL commented 1 year ago

After taking a look at the current state of Numba, I think we should use Numba instead of multiprocessing.