Subject: [ruby-core:20057] Re: Unexpected Performance of Symbol Construction
From: Charles Oliver Nutter <charles.nutter sun.com>
Date: Mon, 24 Nov 2008 04:22:00 +0900
References: 2004820051
In-reply-to: 20051
Kurt Stephens wrote:
> Looks like GC overhead/interaction was the culprit. Note to self,
> remember to disable GC around benchmarks :(.
A benchmark that doesn't consider GC is a bad benchmark. Don't disable
it; expect it.
- Charlie