Great to hear! I just got it working with scrapy. Unfortunately there wasn't any speedup.<br><br>A normal crawl in CPython takes:<br>real 1m32.238s<br>user 0m56.576s<br>sys 0m1.208s<br><br>In PyPy:<br>real 1m54.098s<br>
user 1m18.105s<br>sys 0m1.372s<br><br>Thanks for all your hard work. <br><br>-Joe<br><br><div class="gmail_quote">On Wed, Feb 20, 2013 at 11:28 AM, Amaury Forgeot d'Arc <span dir="ltr"><<a href="mailto:amauryfa@gmail.com" target="_blank">amauryfa@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br><div class="gmail_quote">2013/2/20 Maciej Fijalkowski <span dir="ltr"><<a href="mailto:fijall@gmail.com" target="_blank">fijall@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Is it working on released cffi or on cffi that's in-development or you<br>
need patches?</div></blockquote></div><br></div>It developed it with a nightly build from mid-January,<div>and the cffi library that was available at the time.</div><div>It's now released as cffi 0.5 I think.</div><div>
<br>
</div><div>I did not test with CPython at all.</div><div><br></div><div>At the time cffi used to return enum values as strings,</div><div>but I just tested with the last version of cffi and pypy nightly build,</div><div>
and tests still pass!</div>
<div><br></div><div> Ran 1006 tests in 34.730s</div><div><div> FAILED (failures=1)</div></div><div>and the only failure is::</div><div> self.assertTrue(hasattr(self.etree, '_import_c_api'))</div><div>:-)</div>
<div class="HOEnZb"><div class="h5">
<div><br>-- <br>Amaury Forgeot d'Arc
</div>
</div></div></blockquote></div><br>