Defining variables: add simple "alias" pass-throughs #5
Labels
originally gitlab
For items that were originally created on gitlab and imported over
Performance Improvement
Stage: Variable Defining
Imported from gitlab issue 5
Often it might be helpful to effectively "rename" a variable or just directly use a variable without any calculation (eg you just want to apply a reduction over each event). In that case it could be better for performance and memory use to have the concept of an "alias" where we simply map from one branch name to another.
The text was updated successfully, but these errors were encountered: