]> granicus.if.org Git - python/commit
Issue #8685: Speed up set difference `a - b` when source set `a` is
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 30 Nov 2010 22:23:20 +0000 (22:23 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 30 Nov 2010 22:23:20 +0000 (22:23 +0000)
commit715f3cd10d0481a2dd8c1969c4044d068b06cfd5
treea19264728a7400fa860d23fc048c9254d04fbf8d
parent697ce959318dab84ec30a9e307e37f17ebcbe224
Issue #8685: Speed up set difference `a - b` when source set `a` is
much larger than operand `b`.  Patch by Andrew Bennetts.
Misc/NEWS
Objects/setobject.c