Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    $ time (echo 'quit()' | python)

    real    0m0.025s
    user    0m0.000s
    sys     0m0.031s

    $ time (echo 'quit()' | python3)

    real    0m0.036s
    user    0m0.031s
    sys     0m0.016s
(both are after it was already cached)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: