Profiling Ruby 1.9
Piotr Szotkowski
Comparison of some performance tools: profile, ruby-prof and perftools.rb;
Optimization over a method that identify prime numbers in order to manage the sum of the prime numbers contained in the first 2_000_000 numbers;
Iteration over these methods availables on git://gist.github.com/418076.git;
RubyInline to embed another language (C, C++) within Ruby;
Premature optimization is the root to all evil;
resources:
slides
,
twitter
Euruko 2010 Speakers Showcase:
transcripts:
day1
,
day2
, thanks to:
@cypher