2012/3/12 Peter Cock <[email protected]>: > Given http://doc.pypy.org/en/latest/extending.html describes this > mixed module approach as the "most advanced and powerful way" > of calling C code, does that mean in this particular case there are > no low handing fruit to speed up using zlib in PyPy?
Do you know the slowness comes from the binding overhead, though? It could be from buffering, for example. -- Regards, Benjamin _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
