2012/3/12 Peter Cock <p.j.a.c...@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
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to