Y
Hacker News
new
|
ask
|
show
|
jobs
by
blacklite
689 days ago
Is Ruby commonly used in high-performance applications?
3 comments
Tuna-Fish
689 days 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.
link
yxhuvud
689 days ago
Dunno, but being able to do nonblocking file io could still be useful, I suppose.
link
Asmod4n
689 days ago
its definitely better than just having select in the base installation.
link