-
Committer:
John Arbash Meinel
-
Date:
2007-05-05 13:24:58 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2643.
-
Revision ID:
john@arbash-meinel.com-20070505132458-0fe0g2jfdoyg95mn
(python-only) Shave a bit of time off by calling binascii.b2a_base64
I should have looked closer, base64.encodestring() is a Legacy api, which
just wraps binascii.b2a_base64.
On 21k pack_stat calls, it drops us from around 784ms to 281ms