Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No, C is fast, even tcc which does essentially no optimization except for constant folding is about half as fast as gcc -O1 I think. Basically no special work is needed to be 50 times as fast as python.


"No special work" except the massively more laborious effort of writing the whole thing in C.


I was referring to no special work on the part of the compiler writer, not the application writer.


Which python?


CPython 2.6 last I tried benchmarking tcc and python. Obviously pypy or pyston might have an edge for certain snippets after a long jit warmup.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: