Skip to content

Draft: Optimise the FIND_DECAY and FIND_MCDECAY functors

Abhijit Mathad requested to merge AM_ThorFindDecay into 2024-patches

This MR optimises the FIND_DECAY(<decay_descriptor>) and FIND_MCDECAY(<decay_descriptor>) functors i.e. it parses the decay descriptor only once avoiding it to be parsed for each candidate in event. To achieve this Tree.h -> Tree.h, Tree.cpp. Node.h -> Node.h and Node.cpp (in src/Lib).

Edited by Abhijit Mathad

Merge request reports