Comment 97 for bug 888039

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Admittedly it should probably be using std::set (find = O(lgN)) instead of std::vector (find = O(N)). But we might be looking at the wrong code completely...