On Wed, 2007-08-22 at 09:16 -0400, Alan Conway wrote: > On Tue, 2007-08-21 at 23:13 -0400, Carl Trieloff wrote: > > Great- I will do a kernel vm profile again and see what it looks like, I > > might fix the map > > issue first. > > If std::tr1::unordered_map turns out to be faster, it would be good to > set up a qpid::map typedef and replace std::map everywhere.
Not a typedef of course, there are no template typedefs (pity). I mean a simple empty class qpid::Map that inherits from std::tr1::unordered_map if available and std::map if not
