Skip to content

Details

Piotr Padlewski of Google will speak on "C++11 Optimizations." The talk will focus on different aspects of optimization, such as:

• how to avoid copies using rvalue references, std::move, and std::forward

• what the compiler can optimize, and when it needs our help

• when Return Value Optimization hits, and what to do to not break it

• when copying large objects is faster than references

About Piotr

• Student of University of Warsaw, C++ geek.

• Started working as C++ developer just after high school — working on processing big data in Gemius.

• Interested in compiler optimizations and in writing fast and clear C++ code.

• Currently on internship at Google, working on clang devirtualization.

Related topics

Sponsors

CppCon

CppCon

CppCon, the largest C++ annual conference, is a community sponsor.

Meeting C++

Meeting C++

Meeting C++, an independent platform for C++, is a community sponsor.

You may also like