Hacker News new | ask | show | jobs
by actionfromafar 837 days ago
Maybe they should look in to translating parts of their code base to Shedskin Python. It compiles (a subset of) Python to C++.
1 comments

How's it different from Cython, which compiles a subset of Python to C or C++?
Shedskin has stricter typing, and about 10-100 times performance vs Cython.