Hacker News new | ask | show | jobs
by Recursing 700 days ago
What have you tried?

On webvm.io

> $ time python3 -c "max(range(10**7))"

real 0m1.558s

On https://copy.sh/v86/?profile=archlinux

> # time python3 -c "max(range(10**7))"

real 0m5.283s