Y
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
faizshah
643 days ago
I found the easiest way to explain it is Ruby/Python/Lua are scripting languages for optimized C code.
link
slashdev
642 days ago
A syscall is so fast compared to Ruby code. It really doesn’t make much sense to me.
link