RubyConf 2007 Second Day Afternoon
Saturday, November 3rd, 2007Ed Borasky: Profiling and Tuning Ruby 1.8
Slides are available here. Cougar is the name of the project that this is coming from?
Is Ruby 1.8 Slow?
To benchmark: Collect a set of benchmark times, then normalize them, then compute the geometric mean of the ratios.
Alioth is a popular (if controversial) set of benchmarks. Using gcc as the [...]