The Simple Mode from the improvements task (T73139) is implemented for merging along edges. It is now called Connected Mode, while the prior default is now called All.
With the recent performance improvement, the Connected Mode is in some cases only double the speed than the usual merge all strategy but in other cases it may be even faster. The bottleneck is somewhere further down the line of merging geometry.
The need for this patch came from T80897, because the merging in complex solidify is making it really slow. If this patch lands, merging can be removed from solidify without bigger consequences, as this is just a quicker and more advanced algorithm to do the same thing that solidify does slowly after T80897 lands.



