$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Help in calculating the size of a boost::unordered_map
From: Ram (sourceopen_at_[hidden])
Date: 2016-11-07 09:31:51
Thanks Juan! What I am interested in here is mainly to get the size of the
housekeeping. The key(string) and the value(pointers to class objects) are
of reasonable size and that is fine. I want to see how much overhead the
housekeeping causes when my unordered_map is huge. I am trying to decide
between a std::map and boost::unordered_map.
Thanks,
-R