$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.