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

It's about the same as JavaScript:

  > time ruby hello.rb
  Hello, world!
  ruby hello.rb  0.11s user 0.13s system 81% cpu 0.297 total
  > time node hello.js
  Hello, world!
  node hello.js  0.10s user 0.16s system 84% cpu 0.307 total


Yeah, 100-200ms are quite fine in fact.

Maybe I got spoiled by Rust and OCaml that start in the matter of 3-8ms. :D But these Ruby and Node startup times are good.




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

Search: