Polyglot Jet Finding

Graeme Andrew Stewart,Philippe Gras,Benedikt Hegner,Atell Krasnopolski
DOI: https://doi.org/10.1051/epjconf/202429505017
2024-05-08
Abstract:The evaluation of new computing languages for a large community, like HEP, involves comparison of many aspects of the languages' behaviour, ecosystem and interactions with other languages. In this paper we compare a number of languages using a common, yet non-trivial, HEP algorithm: the \akt\ clustering algorithm used for jet finding. We compare specifically the algorithm implemented in Python (pure Python and accelerated with numpy and numba), and Julia, with respect to the reference implementation in C++, from Fastjet. As well as the speed of the implementation we describe the ergonomics of the language for the coder, as well as the efforts required to achieve the best performance, which can directly impact on code readability and sustainability.
High Energy Physics - Experiment,Computational Physics
What problem does this paper attempt to address?