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 benjamin.peterson, ezio.melotti, jcon, pitrou, serhiy.storchaka, terry.reedy, vstinner
Date 2012-04-08.19:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333912247.13774.61.camel@raxxla>
In-reply-to <1333910265.25.0.343508440903.issue12805@psf.upfronthosting.co.za>
Content
> Main note: the patched test adds a space to the separator, but that is not enough to account for the difference.

Sorry, I copied the wrong line.

$ ./python -m timeit -s "seq=[bytes([i]*100000) for i in range(256)]" "b' '.join(seq)"
10 loops, best of 3: 45.6 msec per loop

But the conclusions are not affected, for larger byte strings patched
version will be 1.5-2 times slower in limit.
History
Date User Action Args
2012-04-08 19:08:26serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, vstinner, benjamin.peterson, ezio.melotti, jcon
2012-04-08 19:08:25serhiy.storchakalinkissue12805 messages
2012-04-08 19:08:25serhiy.storchakacreate