-
- Downloads
[DF] Re-use jitted lambdas with same expression
This should reduce the time required by jitting dramatically in many common scenarios, as we do not need a different template specialization of types that are expensive to instantiate for each Define or Filter expression.
Showing
- tree/dataframe/inc/ROOT/RDF/InterfaceUtils.hxx 16 additions, 4 deletionstree/dataframe/inc/ROOT/RDF/InterfaceUtils.hxx
- tree/dataframe/src/RDFInterfaceUtils.cxx 34 additions, 9 deletionstree/dataframe/src/RDFInterfaceUtils.cxx
- tree/dataframe/src/RLoopManager.cxx 4 additions, 1 deletiontree/dataframe/src/RLoopManager.cxx
Loading
Please register or sign in to comment