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. Let me know if you need help to set up configure.ac to test #include <tr1/unordered_map.> I think replacing std::map would be straightforward, I'm not aware of any maps with keys that wouldn't be covered by standard hash functions. Cheers, Alan.
