Jump to content



- - - - -

Python 2.7.1....


41 replies to this topic

#41 ghoulmaster

  • Members
  • 320 posts

Posted 15 May 2011 - 09:37 PM

C0deH4cker said:

It is designed to emphasize readability and ease of use. It is an interpreted language that strives to be as fast as native c code.

lolz Python isnt trying to be as fast as native C code... If i need some sort of parsing done super fast i write a parsing module in C with python bindings and then use that module... iv had cases where the C implementation were literally 50x faster

#42 C0deH4cker

  • Members
  • 501 posts

Posted 15 May 2011 - 09:47 PM

Thats why i ported cython to ios. Cython can convert python code to c. Without any modifications to the python scripts, it will be about 5× faster. With a few small modifications (using c type declarations), it can be up to 70× faster. I posted an explanitory post on another site. Im gonns post it here now.
Posted Image
Coming July 1st