|
>> a lot more copying of data structures ??? think about C++ vectors gettingIf your C++ vectors are getting copied around like that, your STL
>> copied around just like they were integer values ??? which in its own way
>> ups memory usage even if it remains precise.
implementation sucks. Good implementations provide copy-on-write
semantics or (as of C++11) move semantics.