[EMCAL-688] ClusterFactory: remove std::optional#14314
[EMCAL-688] ClusterFactory: remove std::optional#14314jokonig merged 1 commit intoAliceO2Group:devfrom
Conversation
mhemmer-cern
commented
May 22, 2025
- std::optional creates copies, potentially slowing down the code and increase memory usage. Instead we just use a gsl::span here and check if it is empty or not.
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Needs to be merged after AliceO2Group/O2Physics#11303 |
|
Error while checking build/O2/fullCI_slc9 for 2739249 at 2025-05-22 21:07: Full log here. |
|
O2Physics PR just got merged. Should be able to merge soon. |
- std::optional creates copies, potentially slowing down the code and increase memory usage. Instead we just use a gsl::span here and check if it is empty or not.