(no title)
thinkbohemian | 11 years ago
There's actually been a bunch of great performance increases in the past few years in addition to the GC. Optimized method cache invalidation by the late James Golick, frozen string pool for hash keys by tmm1, using vfork instead of fork, etc, copy on write GC. There's also new features, like Ruby's ability to GC symbols that let developers use symbols in more places and spend less time converting back and forth between strings.
So yes, money is a factor. Having employees work on it full time helps. Despite only having 3 full time employees Ruby has made some pretty impressive improvements recently.
rurban|11 years ago
And embrace types, either optional or inferenced. Optimize on type information.
aaronbrethorst|11 years ago
Holy shit, how did I miss this?
edit: more details here: https://news.ycombinator.com/item?id=8804624
That's really sad...good guy
MrBra|11 years ago