Method LiftUp
LiftUp(Row, IList<Row>)
Reduce the trie using Lift-Up reduction.
The Lift-Up reduction propagates all leaf-values (patch commands), where possible, to higher levels which are closer to the root of the trie.
Declaration
public void LiftUp(Row in, IList<Row> nodes)
Parameters
Type | Name | Description |
---|---|---|
Row | in | the Row to consider when optimizing |
IList<Row> | nodes | contains the patch commands |