|
|
|
|
|
by AdieuToLogic
218 days ago
|
|
>> When there are performance issues, 95% of the times they come from the database, not the language. > DHH used to say that it didn't matter if Rails was slow because the database was I/O bound anyway. But that was a long time ago. ... Nowadays the language (when it is as slow as Ruby) is most likely to be the problem. Nowadays CPU speeds, available RAM, and network speeds dwarf what was top-of-the-line "a long time ago," making the trope of "Ruby is too slow" much less believable "nowadays." |
|