help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hash_map


From: Michael Schuster
Subject: Re: hash_map
Date: 21 Feb 2005 00:05:08 -0800

Bernd Strieder <strieder@informatik.uni-kl.de> wrote in message 
news:<cv4ehj$8nv$1@news.uni-kl.de>...

> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]