Message113498
Alexander: yes, they are complementary. My patch improves set.difference, which always creates a new set. issue8425 on the other hand improves in-place difference (via the -= operator or set.difference_update). Looking at the two patches, my patch will not improve in-place difference, and issue8425's patch will not improve set.difference. So they are complementary. |
|
| Date |
User |
Action |
Args |
| 2010-08-09 23:40:14 | spiv | set | recipients:
+ spiv, rhettinger, belopolsky, pitrou, flox |
| 2010-08-09 23:40:13 | spiv | set | messageid: <[email protected]> |
| 2010-08-09 23:40:12 | spiv | link | issue8685 messages |
| 2010-08-09 23:40:11 | spiv | create | |
|