top | item 41490167

(no title)

blacklite | 1 year ago

Is Ruby commonly used in high-performance applications?

discuss

order

Tuna-Fish|1 year ago

Ruby is used plenty in the kind of situations where the performance of the program itself is less important that the overhead of IO. This should help quite a lot on such loads.

yxhuvud|1 year ago

Dunno, but being able to do nonblocking file io could still be useful, I suppose.

Asmod4n|1 year ago

its definitely better than just having select in the base installation.