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().
Let's talk about the overhead of providing additional security in the Rust language, as well as other properties that affect performance, and look at ways to improve program performance.
We will analyze the specifics of Elbrus architecture, 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
Learn how std::simd summarizes best practices and provides a single interface for vectorization, eliminating the need to juggle with intrinsics and rely on the vagaries of an auto-vectorizer.
Syntacore
How we implemented server support for MySQL and PostgreSQL protocols using Boost.Asio and corutines.
OtterBrix
Let's look at some problems that either cannot be avoided, or such an avoidance does not bring much joy.
Yandex's Tech platform of Ecom and Raidtech
The talk continues a series of sessions on semantic processes.
Syntacore