commit | 715f3cd10d0481a2dd8c1969c4044d068b06cfd5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Nov 30 22:23:20 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Nov 30 22:23:20 2010 +0000 |
tree | a19264728a7400fa860d23fc048c9254d04fbf8d | |
parent | 697ce959318dab84ec30a9e307e37f17ebcbe224 [diff] |
Issue #8685: Speed up set difference `a - b` when source set `a` is much larger than operand `b`. Patch by Andrew Bennetts.