Hacker News new | ask | show | jobs
by anemitz 4399 days ago
You can see the issue it solves pretty clearly here: https://github.com/elasticsales/ciso8601#benchmark

Python != PHP

1 comments

Actually both Python and PHP are ridiculously slow languages. Though Python is slower.
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.

Languages aren't slow. Interpreters are.

As a human, I can think a lot faster in Python. So for me, it's a faster language.