[PATCH 2 of 2] Pure python base85 fallback

Dennis Brakhane brakhane at googlemail.com
Wed Dec 31 06:23:47 CST 2008


BTW, what is mercurial's policy regarding psyco? A
try:
    import psyco
    psyco.full() # or psyco.bind(...)
except ImportError: # or even Exception
    pass
should speed up this kind of code nicely (it sure did speed up my
Python Ascii85 implementation)


More information about the Mercurial-devel mailing list