Hi All,
I have an array
x00,x01,x02,... ,x0K0
x10,x11,x12,... ,x1K1
..
..
..
xm0,xm1,xm2,... ,xmKm
m is *fixed*,
each of K0, K1,...,Km is occasionally changed i.e. each row is
"resized" *occasionally*
each row is modified *often* by the transform algorithm
does std::vector<vec tor<some type seem fine? or is any reason to
prefer
std::vector<std ::shared_ptr<ve ctor<some typefrom an efficiency
standpoint?
Thanks.
I have an array
x00,x01,x02,... ,x0K0
x10,x11,x12,... ,x1K1
..
..
..
xm0,xm1,xm2,... ,xmKm
m is *fixed*,
each of K0, K1,...,Km is occasionally changed i.e. each row is
"resized" *occasionally*
each row is modified *often* by the transform algorithm
does std::vector<vec tor<some type seem fine? or is any reason to
prefer
std::vector<std ::shared_ptr<ve ctor<some typefrom an efficiency
standpoint?
Thanks.
Comment