Hacker News new | ask | show | jobs
by m12k 2102 days ago
I maintain a 4 year old rails code base. I'm not going to be porting it to Crystal - but if I had an easy way to get ~5x speedup of the most performance critical parts of my code, I would jump at the opportunity. I'm glad someone is working on this
1 comments

In that case, why not JRuby or TruffleRuby?

4 year old Rails is probably fully supported on them.

TruffleRuby cannot run real-world Rails yet. JRuby does not always yield the perf improvements one would expect
Fair enough.