PHP Bench - Somebody please build this for Ruby
“PHP Bench was constructed as a way to open people’s eyes to the fact that not every PHP code snippet will run at the same speed.”
Somebody should do the same for Ruby code, comparing the speed of different solutions to the same problem. TIMTOWTDI is nice, but so is speed : )
Comments
I’ve been considering this. I’ve found a few areas where a slight change in technique yields significant differences in speed with Ruby.
Post a comment