|
|
|
|
|
by eregon
1629 days ago
|
|
Actually TruffleRuby optimizes metaprogramming more than any other Ruby implementation.
Rails is not the issue, big codebases is the issue: more code = more chances to use something which is not so fast on TruffleRuby yet = more chance to become a bottleneck and degrade the overall performance. |
|