[issue5803] email/quoprimime: encode and decode are very slow on large messages

Dave Baggett report at bugs.python.org
Tue Apr 21 17:34:47 CEST 2009


Dave Baggett <jython at baggett.org> added the comment:

Yes, sorry, I meant "built-in list type" not "array". Your point about
using lists this way is valid, and is why I used array.array('c').
I will do as you suggest and try all three methods. I did time the
array.array approach vs. the one currently in the code and it was about
30 times faster.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5803>
_______________________________________


More information about the Python-bugs-list mailing list