6 ms·
Is Ruby commonly used in high-performance applications?
by blacklite 2y ago
Is Ruby commonly used in high-performance applications?
- yxhuvud 2y agoDunno, but being able to do nonblocking file io could still be useful, I suppose.
- Asmod4n 2y agoits definitely better than just having select in the base installation.
- Tuna-Fish 2y agoRuby 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.