Hacker News new | ask | show | jobs
by scottefein12 4304 days ago
Ruby is a lot faster than it use to be. But it's a matter of Ruby being complimented by other languages for their best attributes.
1 comments

Oh it's definitely faster than it used to be. It used to be really slow. But object instantiation is ultimately still very expensive, and in a language whose design encourages the creation of huge numbers of objects, that's a problem.