New submission from Sworddragon:

In the attachments is a testcase which does concatenate 100000 times a string 
and than 100000 times a bytes object. Here is my result:

sworddragon@ubuntu:~/tmp$ ./test.py
String: 0.03165316581726074
Bytes : 0.5805566310882568

----------
components: Benchmarks
files: test.py
messages: 204503
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Concatenating bytes is much slower than concatenating strings
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file32859/test.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19801>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to