Hacker News new | ask | show | jobs
Let's compare the run performance of a bubble sort script with Crystal and Ruby (rrevi.github.io)
3 points by rrevi 1439 days ago
1 comments

Nice benchmark! It'd be great to test other Ruby implementations to compare. I'll try to find myself some time to do that.
Thanks!

I'm sure this type of benchmark (bubble sort) has been done many times over in the past. But yes, it'd be interesting to see it across ruby versions, ruby implementations, and across languages etc.