Hacker News new | ask | show | jobs
by rob74 1316 days ago
And the ORM is written in... Ruby? So then we are back to "Ruby is slow".
1 comments

SQLAlchemy is python. Which is slower than Ruby :P
That's apples to oranges. Python is slower, but Sqlalchemy ORM might be able to fetch results faster than Ruby. Though I'd assume the difference would be neglectible.