Sunday, May 17, 2015

C vs Python

The same algorythm on the same input data solves the same task in 3.5 sec coded in Python, in 0.22 sec coded in Cython, but in 0.08 sec coded in C99 and compiled with an old good GCC ;) No extra libraries - just some math with final print(f).

No comments:

Post a Comment