Boost logo

Boost :

Subject: Re: [boost] Fastest Data-structure maybe from STL or Boost ..!!
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2013-10-09 04:13:20


Did you take a look at Boost.Container?
There is boost::container::flat_map that is basically a vector with a map
interface.

Performance also depends on the size of your data type by the way, so it's
a lot dependent on your context, you'll have to test different approaches
yourself.


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