UPDATED: Scalable and Low Latency Lock-free Data Structures in C++ - Alexander Krizhanovsky - CppCon
Источник: CppCon
Источник: CppCon
YouTube
UPDATED: Scalable and Low Latency Lock-free Data Structures in C++ - Alexander Krizhanovsky - CppCon
https://cppcon.org/
---
Scalable and Low Latency Lock-free Data Structures in C++ - Alexander Krizhanovsky - CppCon 2022
https://github.com/CppCon/CppCon2022
Imagine that your program uses many threads, which insert and lookup millions times per second…
---
Scalable and Low Latency Lock-free Data Structures in C++ - Alexander Krizhanovsky - CppCon 2022
https://github.com/CppCon/CppCon2022
Imagine that your program uses many threads, which insert and lookup millions times per second…
Instead of a C++ template parlor trick, why not just add support based on whether the header file has already been included?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Instead of a C++ template parlor trick, why not just add support based on whether the header file has already been included?
Header file inclusion order dependencies.
История разработчиков коммерческой системы видеосвязи Video Union, путь 2013 — 2022
Источник: Habr
Автор: ancotir
Источник: Habr
Автор: ancotir
Хабр
История разработчиков коммерческой системы видеосвязи Video Union, путь 2013 — 2022
В 2022 году существенно вырос спрос на отечественный софт, в первую очередь заменяющий зарубежные решения. Вопрос замены ПО до сих пор остро стоит во многих компаниях и государственных структурах,...