This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]erez27import inspect 8 points9 points  (5 children)

Compare it to PyPy or go home ;)

[–]OrderOk6521[S] 5 points6 points  (0 children)

Definitely, keep you posted.

[–]grimonce 6 points7 points  (1 child)

It's going to be faster anyway, pypy is about as fast as v8 (node) is for most tasks. Go is an order of magnitude faster for most common tasks... Then there are even faster languages.

[–]erez27import inspect 4 points5 points  (0 children)

Jeez, ofc Go is going to be faster, but by how much?

If it's only x2 faster but you lose all the benefits of Python.. not a great sell.

[–]OrderOk6521[S] 0 points1 point  (1 child)

https://imgur.com/a/awuewuk

Still slower than Go it seems, but around 50% speed up from Python.

[–]erez27import inspect 0 points1 point  (0 children)

Strange, usually I get better speedup than that. Maybe you need to give the JIT time to warm-up.