$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Proposal: Monotonic Containers
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2009-06-14 19:39:16
2009/6/14 Christian Schladetsch <christian.schladetsch_at_[hidden]>:
>
> deque: 736
> vector: 1724
> default rope: 608
> rope<100>: 464
>
Of course, if you did a reserve on vector you'd get the best result of all...