$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] memory used by vector<int> vs vector<char>
From: Lloyd (lloydkl.tech_at_[hidden])
Date: 2013-08-21 07:33:35
Hi,
If I create a vector<int> of 100 elements and a vector<char> of 100
elements, will there be any difference in the total memory used by them? or
which is more efficient?
Thanks,
Lloyd