$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Holenstein (tholenst_at_[hidden])
Date: 2000-05-15 03:06:14
Hello,
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.
Thomas