GTG

Comment 7 for bug 583330

Revision history for this message
Lionel Dricot (ploum-deactivatedaccount) wrote :

"Does anybody know if len(dict) is O(1)"

I'm pretty sure it is but, anyway, it doesn't matter. First, we have to get things right. Even if it involves bad performances. We will care about performances only if profiling told us that task counting is expensive.

I'm sure a len(dict) is not a problem for GTG performance. So just change the methode to use "len(dict)".