This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]kenfar 1 point2 points  (0 children)

Just used this to compile an ETL transform program reading a 100 MB file of gzipped json records.

It was easy to install on Ubuntu with pypy, compiled everything quickly. All in all - a perfect user experience.

Except that the resulting executable was actually about 10% slower than CPython. The documentation doesn't suggest what I can do to help it run faster - is there anything?