[pypy-dev] Speeding up zlib in standard library

Benjamin Peterson benjamin at python.org
Tue Mar 13 22:51:12 CET 2012


2012/3/12 Peter Cock <p.j.a.cock at googlemail.com>:
> 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


More information about the pypy-dev mailing list