|
Boost Users : |
Subject: [Boost-users] Default table size of unordered map
From: MeMooMeM (mbelgin_at_[hidden])
Date: 2009-06-30 22:18:06
Hi,
What is the default table size of unordered maps in boost? I am trying to
figure out how scalable this function is. My guess is that boost assumes a
default initial table length. If it is exceeded, it needs to re-create
hashes for all entries to grow it, which is costly. I would like to find
that threshold...
Thanks so much!
-- View this message in context: http://www.nabble.com/Default-table-size-of-unordered-map-tp24283133p24283133.html Sent from the Boost - Users mailing list archive at Nabble.com.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net