-
- Downloads
[DF] Check which columns are custom only once per node.
Previously, the check was performed at the beginning of every task, for every node. This check becomes expensive with a large (O(10k)) number of custom columns.
Showing
- tree/dataframe/inc/ROOT/RDF/NodesUtils.hxx 3 additions, 11 deletionstree/dataframe/inc/ROOT/RDF/NodesUtils.hxx
- tree/dataframe/inc/ROOT/RDF/RAction.hxx 17 additions, 11 deletionstree/dataframe/inc/ROOT/RDF/RAction.hxx
- tree/dataframe/inc/ROOT/RDF/RCustomColumn.hxx 11 additions, 5 deletionstree/dataframe/inc/ROOT/RDF/RCustomColumn.hxx
- tree/dataframe/inc/ROOT/RDF/RFilter.hxx 12 additions, 5 deletionstree/dataframe/inc/ROOT/RDF/RFilter.hxx
Loading
Please register or sign in to comment