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.

Author eamartin
Recipients Dennis Sweeney, eamartin, rhettinger, zach.ware
Date 2021-02-12.03:40:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613101253.88.0.084387753808.issue43198@roundup.psfhosted.org>
In-reply-to
Content
Many thanks Raymond for these insights and thorough explanations, I appreciate it very much. Your conclusions are of course most reasonable. For me, I cannot say that it is a real issue in practice. I have teaching notes in which I illustrate with plots the differences in complexity when working with sets versus lists. One such plot showed that the cost of removing an element from a set does not depend on what the element is (which is why I reused the same element again and again) and is orders of magnitude less than for removing an element from the middle of a list. I just found out that something had changed with Python3.9 when I last run the cell of the jupyter notebook in which that plot was produced...
History
Date User Action Args
2021-02-12 03:40:53eamartinsetrecipients: + eamartin, rhettinger, zach.ware, Dennis Sweeney
2021-02-12 03:40:53eamartinsetmessageid: <1613101253.88.0.084387753808.issue43198@roundup.psfhosted.org>
2021-02-12 03:40:53eamartinlinkissue43198 messages
2021-02-12 03:40:53eamartincreate