Benchmarking Ruby code 101
There are a lot of times when I wonder if writing code using one way would be faster than the other esp now days when there are 10 different ways of doing the same thing. Here is how this can be done in Ruby.
Classic way
There is the classic way to d...
dsdev.in1 min read