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 rhettinger
Recipients panda1200, rhettinger, serhiy.storchaka
Date 2022-02-10.05:19:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644470346.96.0.798475393558.issue46705@roundup.psfhosted.org>
In-reply-to
Content
We care more about the running speed than the memory usage.  Since sets only store pointers to data, they are typically smaller than the data they refer to.

I've attached some instrumentation code for running experiments to verify the workload under various scenarios.
History
Date User Action Args
2022-02-10 05:19:06rhettingersetrecipients: + rhettinger, serhiy.storchaka, panda1200
2022-02-10 05:19:06rhettingersetmessageid: <1644470346.96.0.798475393558.issue46705@roundup.psfhosted.org>
2022-02-10 05:19:06rhettingerlinkissue46705 messages
2022-02-10 05:19:06rhettingercreate