[issue15138] base64.urlsafe_b64**code are too slow

Guido van Rossum report at bugs.python.org
Fri Jun 22 18:55:24 CEST 2012


Guido van Rossum <guido at python.org> added the comment:

Here's a patch.  It makes urlsafe_b64{en,de}code about 4x faster on my machine.  The tests in base64_test.py still pass.

----------
keywords: +patch
Added file: http://bugs.python.org/file26087/base64.patch

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


More information about the Python-bugs-list mailing list