Let's compare the run performance of a bubble sort script with Crystal and Ruby
1–3 of 3 posts
Re: Let's compare the run performance of a bubble sort script with Crystal and Ruby
#2Nice benchmark! It'd be great to test other Ruby implementations to compare. I'll try to find myself some time to do that.
Re: Let's compare the run performance of a bubble sort script with Crystal and Ruby
#3Nice 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.