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.

Unsupported provider

Author Giovanni.Bajo
Recipients Arfrever, Giovanni.Bajo, PaulMcMillan, Vlado.Boza, alex, arigo, benjamin.peterson, camara, christian.heimes, dmalcolm, koniiiik, lemburg, serhiy.storchaka, vstinner
Date 2012-11-06.18:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352226367.43.0.24725689397.issue14621@psf.upfronthosting.co.za>
In-reply-to
Content
For short strings, you might want to have a look at the way you fetch the final partial word from memory.

If the string is >= 8 bytes, you can fetch the last partial word as an unaligned memory fetch followed by a shift, instead of using a switch like in the reference code.
History
Date User Action Args
2012-11-06 18:26:07Giovanni.Bajosetrecipients: + Giovanni.Bajo, lemburg, arigo, vstinner, christian.heimes, benjamin.peterson, Arfrever, alex, dmalcolm, PaulMcMillan, serhiy.storchaka, Vlado.Boza, koniiiik, camara
2012-11-06 18:26:07Giovanni.Bajosetmessageid: <1352226367.43.0.24725689397.issue14621@psf.upfronthosting.co.za>
2012-11-06 18:26:07Giovanni.Bajolinkissue14621 messages
2012-11-06 18:26:06Giovanni.Bajocreate