How to use std::move to make your C++ code faster.

81 Просмотры
Издатель
In C++ std::move is a powerful tool to make your code faster. We will explore how std::move works and how it is improving the performance of your code.
We will look at the implementation behind it and examine possible usecase and counter-examples.

00:20 Example
02:28 The theory behind
05:20 Using std::move
06:32 Implementation of std::move
08:07 Usage to increase performance
10:07 When not to use move

Tools that I use:
https://www.virtualbox.org/
https://kubuntu.org/
https://code.visualstudio.com/
https://llvm.org/
http://clang.org/
https://mesonbuild.com/index.html

In code:
https://github.com/renatoGarcia/icecream-cpp
https://github.com/ZenSepiol
https://github.com/ocornut/imgui
https://github.com/epezent/implot
Категория
Язык программирования C++
Комментариев нет.