This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use ifilter in sets module
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, rhettinger
Priority: normal Keywords: patch

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:27adminsetgithub: 37894
2003-02-02 04:08:40rhettingercreate