diff tests/test-mq-qdelete.t @ 24404:96cccf1e3257

treemanifest: make diff() faster Containment checking is slower in treemanifest than it is in manifestdict, making the current diff algorithm O(n log n). By traversing both treemanifests in parallel, we can make it O(n). More importantly, once we start lazily loading submanifests, we will be able to easily skip entire submanifest if they have the same nodeid.
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 19 Feb 2015 17:13:35 -0800
parents f2719b387380
children 143b52fce68e
line wrap: on
line diff