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().
We will analyze the specifics of Elbrus, which recipes contradict generally accepted rules, and which, on the contrary, are particularly critical.
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
You'll learn what coroutines are and how to use them in the best way.
Yandex Cloud
In the second part, we will supplement our knowledge of branch prediction with advanced prediction algorithms.
Kaspersky
How we implemented server support for MySQL and PostgreSQL protocols using Boost.Asio and corutines.
OtterBrix