smash-transport / sparkx

SPARKX - Software Package for Analyzing Relativistic Kinematics in Collision eXperiments
https://smash-transport.github.io/sparkx/
GNU General Public License v3.0
5 stars 0 forks source link

Improve Jetscape file writing #273

Closed Hendrik1704 closed 2 months ago

Hendrik1704 commented 2 months ago

This improves the performance of the Jetscape file writing function significantly for larger files. Before it was stuck in a $N^2$ loop and it took hours to print a file of size 10 MB.

This closes #269.