Hacker News new | ask | show | jobs
by dagw 3643 days ago
That's basically Cython. Cython normally gives you 40-100% speedup over python without making any changes to the code and can often give you 10-100x speed up with some relatively minor changes to the code.