Hacker News new | ask | show | jobs
by carbotaniuman 643 days ago
One way you can think of this is speeding up the "slowest programming language". And removing/reducing blocking calls has benefits for languages like Ruby too.
2 comments

I found the easiest way to explain it is Ruby/Python/Lua are scripting languages for optimized C code.
A syscall is so fast compared to Ruby code. It really doesn’t make much sense to me.