$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Rodgers (mark.rodgers_at_[hidden])
Date: 2000-06-01 14:35:34
> This test is a cool idea; thanks for trying it. But it doesn't seem quite
> fair unless you implement the improvement suggested earlier for the
existing
> insert_equal and pre-reserve space in the vector equal to the number of
new
> elements. I'm sure other effects are being swamped by memory allocation.
Well, no actually. I've added a reserve and the results are pretty much
identical.
Mark