In message "[ruby-talk:8167] Re: speedup of anagram finder"
    on 00/12/28, "Joseph McDonald" <joe / vpop.net> writes:
>Well, I'll defintly be throwing out first runs from now on unless
>Gotoken says he's found a work-around or I find out what I'm
>doing wrong.

Apologies for my confusing measurements: In bm blocks, `report' should
be used after enlarging *enough* the process size by allocations.  As
Guy said [ruby-talk:8168], it is the reason why the results looked to
be order-sensitive.

I'm willing to add proviso about this point to README of Benchmark.
Or should I prepare another method to easier setup and free us from
putting GC.start?

thanks,

-- Gotoken