Insights Into std::vector<T>::push_back()
std::vector<T> is an important type, and push_back() is an important operation. It is vital to understand how it works.
We'll cover the theory and then speed up the code that uses push_back().
New talks are published weekly. Follow updates or secure your ticket early.
std::vector<T> is an important type, and push_back() is an important operation. It is vital to understand how it works.
We'll cover the theory and then speed up the code that uses push_back().
I will share my experience of creating an effective runtime environment for compute shaders as part of the Adept open source project.
YADRO
Let's talk about the VK team's tool for verifying the correctness of competitive data structures.
We'll introduce the open-source SpaceBallistics template C++ library based on our other DimTypes library.
Higher School of Economics in St. Petersburg
I'll talk about the basics of reflection in the C++26 standard and show you how to use it to formalize well-known programming patterns.
Syntacore
In the second part, we will supplement our knowledge of branch prediction with advanced prediction algorithms.
Kaspersky