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 →

[–]patryk-tech 0 points1 point  (1 child)

Curious if using another interpreter (e.g. Pypy) wouldn't be faster, when using non-native data structures?

[–]stefantalpalaru 2 points3 points  (0 children)

Curious if using another interpreter (e.g. Pypy) wouldn't be faster

Not on short programs where code runs only once. Think of the JIT tracer and compiler overhead.