
13 Oct
2005
13 Oct
'05
5:10 p.m.
"François Duranleau" <duranlef@iro.umontreal.ca> wrote in message news:Pine.LNX.4.60.0510131150130.31866@brocoli.iro.umontreal.ca...
On Thu, 13 Oct 2005, Piyush Kapadia wrote:
Is there any faster version of std::map ? I heard there is a faster hashmap implementation, does boost have anything in this regard ?
As far as I know, Boost does not offer any equivalent of hash_map, but only hash functions. Many Standard Library implementations do provide a
But, IIRC, boost.multi_index does provide for hashed indices. Jeff Flinn