B
Bruno Desthuilliers
Ivan Wang a écrit :
Java an 'interpreted language' ?)
Not quite. It's compiled to byte-code - just like Java (would you call[snip code]
Thanks for that. I realise that improving the algorithm will speed
things up. I wanted to know why my less than perfect algorithm was so
much slower in python than exactly the same algorithm in C. Even when
turning off gcc's optimiser with the -O0 flag, the C version is still
100 times quicker.- Hide quoted text -
- Show quoted text -
Maybe Python is the slowest programming language in the world.
So there is a joke: some python hater said that "python" can only
crawl rather than run.
Python is slow because:
(1) dynamic binding Yes.
(2) it is a interpretation language
Java an 'interpreted language' ?)