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 gvanrossum
Recipients Mark.Shannon, christian.heimes, erlendaasland, gvanrossum, lemburg, methane, rhettinger, serhiy.storchaka, vstinner
Date 2021-10-07.17:48:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633628925.23.0.0448902125114.issue29410@roundup.psfhosted.org>
In-reply-to
Content
Victor:
> I expect even more interesting speedup with bytes string longer than 6k bytes. And I'm quite sure that it's common that people manipulates long strings in Python :-)

But do they use them as dict keys? AFAIK strings aren't hashed until hash() is called on them.
History
Date User Action Args
2021-10-07 17:48:45gvanrossumsetrecipients: + gvanrossum, lemburg, rhettinger, vstinner, christian.heimes, methane, Mark.Shannon, serhiy.storchaka, erlendaasland
2021-10-07 17:48:45gvanrossumsetmessageid: <1633628925.23.0.0448902125114.issue29410@roundup.psfhosted.org>
2021-10-07 17:48:45gvanrossumlinkissue29410 messages
2021-10-07 17:48:45gvanrossumcreate