cta-observatory / ctapipe

Low-level data processing pipeline software for CTAO or similar arrays of Imaging Atmospheric Cherenkov Telescopes
https://ctapipe.readthedocs.org
BSD 3-Clause "New" or "Revised" License
63 stars 266 forks source link

Check if new features in numba 0.60 could improve ctapipe performance #2579

Open maxnoe opened 2 weeks ago

maxnoe commented 2 weeks ago

Please describe the use case that requires this feature.

Numba added a couple of new features in 0.60, including

See full changelog in https://numba.readthedocs.io/en/stable/release/0.60.0-notes.html

Describe the solution you'd like

Check our usage of numba and see if we can gain something from using these new features