Hacker News new | ask | show | jobs
by sdenton4 3777 days ago
I've had good experience with Cython, which compiles python to C and gets almost all of the speedup of rewriting in C entirely. And in fact, most of that speedup just comes from declaring variable types...