A lot was written about the advantages of move semantics to copy semantics. Instead of an expensive copy operation, you can use a cheap move operation. But, what does that mean? In this post, I will compare the performance of the copy and move semantic for the containers of the Standard Template Library (STL).
Read more
Read more...