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

  $ time ruby --disable-gems -e 'puts "hi"'
  hi

  real    0m0.009s
  user    0m0.008s
  sys     0m0.000s


Sure, two can play that game. Let's add `-S`, which disables the site module, to the Python invocations.

    perl ........... 0m0.012s
    siteless py27 .. 0m0.018s
    gemless ruby ... 0m0.021s
    siteless py36 .. 0m0.025s
    siteful py27 ... 0m0.034s
    siteful py36 ... 0m0.049s
    gemful ruby .... 0m0.089s


Gotta love the lie that Ruby is slow.




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

Search: