Comment 5 for bug 1084749

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Thanks for the patch.

The reason for removing .get_ancestry() was that it scales very badly (with ancestry) and accesses all of the ancestry even when that is not necessary. In this case, I think full ancestry access can be avoided so a more optimal patch is necessary.