Hacker News new | ask | show | jobs
by cortesoft 228 days ago
Again, though, these bottlenecks are because of how the system queries the database, not how methods are dispatched.

I agree on the ORM abstractions causing huge performance issues, but it has nothing to do with Ruby’s dynamic method declarations.

1 comments

I'm not talking about method dispatch, I'm talking about the "usual response to this complaint in the Ruby/Rails community".