Bernd Strieder <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> From what you have written, it is not possible to see, whether you mean, > that hash_map is slow in the average case, whether the worst case is > slow, how your hash_map is tuned, and what hashing function you have > used, etc. Your problem is not clear enough to give any specific > advice. Well I have made some tests. I don't know much about hashing, but I made a comparision with STLPort-libary. My test examples were much faster using hash_map of STLPort than g++-std STL-implementation. That's all. I'll try the tip with the const ref. Thanks for your replys. Michael _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
