13 Oct
2005
13 Oct
'05
5:10 p.m.
"François Duranleau"
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