$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kevin Atkinson (kevinatk_at_[hidden])
Date: 2000-05-16 10:41:21
On Mon, 15 May 2000, Thomas Holenstein wrote:
> I finally measured and optimized my vector class quite a bit. I made
> some statistics comparing the optvect with a deque in space behaviour.
> You can examine the results in
> http://www.hex.ch/resizable/documentation.html
>
> I think the optvect (compact_vector) would be a useful class.
> Other comments are welcome.
>
> I'm sorry I don't provide all files in the boost files section, but
> the upload process is too complicated -- or I'm too stupid.
How about some speed measurements. I am sure that access to the elements is
bound to be slower than a vector or deque as it is not a direct lookup.
-- Kevin Atkinson kevinatk_at_[hidden] http://metalab.unc.edu/kevina/