Status: New
Owner: ----
New issue 48 by rags.iyengar: dense_hash_map fails for large data sets
http://code.google.com/p/google-sparsehash/issues/detail?id=48
What steps will reproduce the problem?
1. populate a dense_hash_map<const char*, const char*> with 30,000 entries
2. the key is a 21 character long(e.g "ODBC456789.12/45-BA91")
3.
4.
What is the expected output? What do you see instead?
Calling map.find on a key I know was inserted should return the value.
instead find returns map.end
What version of the product are you using? On what operating system?
sparsehash-1.5.2 (dense_hash_map) on MSVC 7.1.6030
Please provide any additional information below.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings