On Fri, Jul 08, 2011 at 04:21:49PM +0200, Iustin Pop wrote: > In some cases, we have a [Node.Node] list, instead of a Node.List > structure. Instead of converting [Node.Node] to the latter, let's > rework compCV and add a compCVNodes such that we skip this > (potentially expensive) step. > > This already allows a simplification in a unittest, and will simplify > consumers of Node.computeGroups.
LGTM Thanks, Guido