top | item 41489673

(no title)

carbotaniuman | 1 year 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.

discuss

order

faizshah|1 year ago

I found the easiest way to explain it is Ruby/Python/Lua are scripting languages for optimized C code.

slashdev|1 year ago

A syscall is so fast compared to Ruby code. It really doesn’t make much sense to me.