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 lemburg
Recipients lemburg, pitrou, rhettinger, serhiy.storchaka
Date 2015-01-08.14:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420727743.62.0.13523177346.issue23119@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure I follow:

Sets of strings are very common when trying to create a unique set of strings or optimizing "name in set_of_names" lookups.

Regarding your benchmark numbers: I have a hard time following how they work. A simply "word in set_of_one_word" certainly doesn't make a good benchmark for these sort of tests :-)

You should at least test with sets of various sizes and include the non-matching checks as well.
History
Date User Action Args
2015-01-08 14:35:43lemburgsetrecipients: + lemburg, rhettinger, pitrou, serhiy.storchaka
2015-01-08 14:35:43lemburgsetmessageid: <1420727743.62.0.13523177346.issue23119@psf.upfronthosting.co.za>
2015-01-08 14:35:43lemburglinkissue23119 messages
2015-01-08 14:35:43lemburgcreate