Issue 678899: Use ifilter in sets module (original) (raw)

Issue678899

Created on 2003-02-02 04:08 by rhettinger, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sets.diff rhettinger,2003-02-02 04:09 Short patch to sets module
Messages (2)
msg42637 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-02-02 04:08
If it's not overzealous, I would like to apply itertools.ifilter to sets module to speed-up a few of the methods there.
msg42638 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-02-02 14:33
Logged In: YES user_id=80475 Applied as Lib/sets.py 1.38
History
Date User Action Args
2022-04-10 16:06:27 admin set github: 37894
2003-02-02 04:08:40 rhettinger create