Boost logo

Boost :

Subject: Re: [boost] Final benchmark graphs for Colony vs std:: containers now available
From: degski (degski_at_[hidden])
Date: 2016-05-08 00:27:26


n 8 May 2016 at 03:58, Soul Studios <matt_at_[hidden]> wrote:

> In case you're interested, there are now remove_if erasures included in
> comparative benchmarks, and the modification benchmarks.
> M

What would be interesting to see is a bench-mark against tbb's (Thread
Building Blocks) concurrent_vector (and maybe some of the other containers
in that library) as this has a similar growth strategy (and other
characteristics), but alllowing for (some) concurrent access...

Bench-marking anything against std::deque on Windows is a rather futile
exercise as the implementation is broken, the result of a maximum
chunk-size of 16 bytes (no, no typo) or the size of the (one) object if
larger. Changing this is on the M$-to-do-list, but will not feature untill
a major version change (source STL)...

degski


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