[issue20879] base64 module of Python 3.4 uses 920 kB of memory

STINNER Victor report at bugs.python.org
Mon Mar 10 11:21:13 CET 2014


STINNER Victor added the comment:

> I'd personally be in favor of such a change (drop the tables).

I didn't propose to drop the table, but create a table the first time that it is needed.

I never used ascii85 nor base85 nor base32 in my applications. Maybe because ascii85 and base85 are new in Python 3.4? ;-) Python should not waste memory if a function is never called.

I only import base64 module to the base64 codec :) (I don't care if there are more functions if they don't waste my memory.)

----------

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


More information about the Python-bugs-list mailing list