C++11 Optimizations

Hosted By
Barbara G.

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.

Cpp Bay Area: C++ Programming In and Around Silicon Valley
See more events
Sponsors
C++11 Optimizations