Code review comment for lp:~mandel/desktopcouch/fix_bug_519873

Revision history for this message
Manuel de la Peña (mandel) wrote :

As explained in bug 519873 the remove and pop methods are missing. Although the optimal solution for this kind of problem would be implement a Bimap for the MergeableList this is not feseable because python lists and dicts are not hashable. This solution provides a O(n*m) performance where n is the number of objects in the mergeable list and m is the size of the possible inner lists.

« Back to merge proposal