Alexander Zaitsev

Developer, SolarWinds, Minsk, Belarus

Develops data backup and recovery software. In his spare time, actively contributes to Boost.Algorithm, is also interested in text processing algorithms. Devotes rest of the time to WG21 helping to improve C++.

Reports

SG6 Numerics: what, why and how [Russian]

2020 Spring

There's a group of people in C++ Standardization Committee that deals with number represtntation in different ways in C++. If you're interested in what technical problems they deal with, why …

More

What the compiler cannot optimize [Russian]

2018 Autumn

All of us know that compilers are quite clever nowadays. And we, programmers, sometimes have no need to think about those tiny optimizations – we devote them to the compiler. …

More

Tools for C++ code profiling [Russian]

2018 Spring

Так бывает, что иногда ваше приложение начинает долго выполнять казалось бы обыденные задачи и потреблять большое количество оперативной памяти. А вы как разработчик и понятия не имеете, почему же так …

More

C++Now trip report: news from the C++ world

2017 Autumn

C++ активно развивается. И на конференциях по С++ представляют всё больше и больше интересных идей, куда может двигаться язык. На этом докладе вы услышите про самые интересные из них, которые …

More

Boost.Algorithm: what, why and how

2017 Spring

В стандартной библиотеке <algorithm> есть много очень полезных для повседневной работы алгоритмов, и с каждым новым стандартом их количество увеличивается. Но всегда чего-то не хватает. Мы поговорим, как тут может …

More