Hacker News new | ask | show | jobs
by blacklite 689 days ago
Is Ruby commonly used in high-performance applications?
3 comments

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.
Dunno, but being able to do nonblocking file io could still be useful, I suppose.
its definitely better than just having select in the base installation.