Y
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
logicchains
837 days ago
How's it different from Cython, which compiles a subset of Python to C or C++?
link
actionfromafar
837 days ago
Shedskin has stricter typing, and about 10-100 times performance vs Cython.
link