Boost logo

Boost :

Subject: Re: [boost] Proposal: Monotonic Containers
From: Christian Schladetsch (christian.schladetsch_at_[hidden])
Date: 2009-06-15 18:24:05


Results for http://tinyurl.com/n59qb8. This tests multiple uses of a
map<int, list<int> > over a period of time.

MSVC /O2
test_map_list: mono: 18.727
test_map_list: std: 44.936

GCC 4.3.3 -O4
test_map_list: mono: 14.86
test_map_list: std: 21.93

Cheers,
Christian.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk