Comment on Show HN: A fast ISO8601 date-time parser for PythonparentComments−illumen12ySome implementations of python are slowish for some tasks. Many parts, like the module being discussed are written in C/assembly/fortran/Java.Python with a jit is Pypy, http://speed.pypy.org/Also PHP has some fast _implementations_ of PHP.
Comments
Some implementations of python are slowish for some tasks. Many parts, like the module being discussed are written in C/assembly/fortran/Java.
Python with a jit is Pypy, http://speed.pypy.org/
Also PHP has some fast _implementations_ of PHP.