You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by Dmitriy Morozov Wednesday Dec 10, 2014 at 18:54 GMT
Serialization operations should support C++11 move semantics. Of course, we cannot just move the binary data into the buffer, but in specializations for standard containers, we could clear the source container after copying the data over. This would benefit memory-constrained situations by getting rid of the originals as soon as the copies are made.
The text was updated successfully, but these errors were encountered:
Issue by Dmitriy Morozov
Wednesday Dec 10, 2014 at 18:54 GMT
Serialization operations should support C++11 move semantics. Of course, we cannot just move the binary data into the buffer, but in specializations for standard containers, we could clear the source container after copying the data over. This would benefit memory-constrained situations by getting rid of the originals as soon as the copies are made.
The text was updated successfully, but these errors were encountered: