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 serhiy.storchaka
Recipients barry, ezio.melotti, loewis, nadeem.vawda, orsenthil, r.david.murray, rosslagerwall, serhiy.storchaka
Date 2012-09-19.09:40:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348047646.17.0.608648133117.issue11454@psf.upfronthosting.co.za>
In-reply-to
Content
Faster set-version:

$ ./python -m timeit  -s 'h=lambda s, hn=set(map(chr, range(0xDC80, 0xDD00))).isdisjoint: not hn(s); s = "A"*1000'  'h(s)'
10000 loops, best of 3: 43.8 usec per loop
History
Date User Action Args
2012-09-19 09:40:46serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, barry, orsenthil, nadeem.vawda, ezio.melotti, r.david.murray, rosslagerwall
2012-09-19 09:40:46serhiy.storchakasetmessageid: <1348047646.17.0.608648133117.issue11454@psf.upfronthosting.co.za>
2012-09-19 09:40:45serhiy.storchakalinkissue11454 messages
2012-09-19 09:40:45serhiy.storchakacreate