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 ezio.melotti, lemburg, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2015-01-09.08:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420792400.49.0.0632173196168.issue23119@psf.upfronthosting.co.za>
In-reply-to
Content
I'm withdrawing this one. After more work trying many timings on multiple compilers and various sizes and kinds of datasets, it appears that the unicode specialization is still worth it.  

The cost of the lookup indirection appears to be completely insignificant (i.e. doesn't harm the non-unicode case) while the benefits of the unicode specialized lookup does have measurable benefits in the use case of deduping an iterable of strings.
History
Date User Action Args
2015-01-09 08:33:20rhettingersetrecipients: + rhettinger, lemburg, pitrou, vstinner, ezio.melotti, serhiy.storchaka
2015-01-09 08:33:20rhettingersetmessageid: <1420792400.49.0.0632173196168.issue23119@psf.upfronthosting.co.za>
2015-01-09 08:33:20rhettingerlinkissue23119 messages
2015-01-09 08:33:20rhettingercreate