Description
Currently node builders treat the current state and the base state completely separately, which can lead to duplicate work in the common case where those states are actually equal. Thus it would make sense to start from the assumption that the two states are equal until the first modification has been made.