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 BreamoreBoy, ezio.melotti, kushal.das, loewis, serhiy.storchaka, thomaslee, vstinner
Date 2012-10-12.18:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201210122138.51238.storchaka@gmail.com>
In-reply-to <CAMpsgwb-cGFdxLM8b_riX+4_ZU1U_4e2WhEtXJnkUwcpA91WbQ@mail.gmail.com>
Content
> The patch should be completed to optimize also other Unicode kinds.

I'm working on it.

Here are benchmark scripts which I use. First tests regular strings (replace 
every n-th char), second tests random strings (replace 1/n of  total randomly 
distributed chars).
Files
File name Uploaded
replacebench.py serhiy.storchaka, 2012-10-12.18:39:14
replacebench2.py serhiy.storchaka, 2012-10-12.18:39:14
History
Date User Action Args
2012-10-12 18:39:14serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, vstinner, thomaslee, ezio.melotti, BreamoreBoy, kushal.das
2012-10-12 18:39:14serhiy.storchakalinkissue16061 messages
2012-10-12 18:39:14serhiy.storchakacreate