
27 Aug
2005
27 Aug
'05
11:06 a.m.
Robert Ramey wrote:
I wonder about this - but I know nothing of ublas. If v.resize actually creates the entries I guess it would be just fine. Now I wonder about my own implementation of serialization for std::vector. It seems yours here is more efficient.
I wondered whether I should use std::copy instead - maybe this would provide more opportunity for optimization?