Concurrency TS2: Improved C++ Concurrency and Lock-free Programming - Maged Michael & Michael Wong
Источник: CppCon
Источник: CppCon
YouTube
Concurrency TS2: Improved C++ Concurrency and Lock-free Programming - Maged Michael & Michael Wong
https://cppcon.org/
---
Concurrency TS2: Improved C++ Concurrency and Lock-free Programming - Maged Michael and Michael Wong - CppCon 2023
https://github.com/CppCon/CppCon2023
After the two initial content of Hazard Pointers and RCU was voted into Concurrency…
---
Concurrency TS2: Improved C++ Concurrency and Lock-free Programming - Maged Michael and Michael Wong - CppCon 2023
https://github.com/CppCon/CppCon2023
After the two initial content of Hazard Pointers and RCU was voted into Concurrency…
IEEE Floating Point and the Radar Range Equation in C++ -- John Farrier
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Exploration of Strongly-typed Units in C++: A Case Study from Digital Audio - Roth Michaels - CppCon
Источник: CppCon
Источник: CppCon
YouTube
Exploration of Strongly-typed Units in C++: A Case Study from Digital Audio - Roth Michaels - CppCon
https://cppcon.org/
---
Exploration of Strongly-typed Units in C++: A Case Study from Digital Audio - Roth Michaels - CppCon 2023
https://github.com/CppCon/CppCon2023
API or math mistakes with units can cause problems ranging from a digital audio processing…
---
Exploration of Strongly-typed Units in C++: A Case Study from Digital Audio - Roth Michaels - CppCon 2023
https://github.com/CppCon/CppCon2023
API or math mistakes with units can cause problems ranging from a digital audio processing…
The decorator pattern: From basic to advanced concepts in C++ -- John Farrier
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
[Перевод] Передавать пустые срезы между Rust и C/C++ на удивление сложно
Источник: Habr
Автор: Bright_Translate
Источник: Habr
Автор: Bright_Translate
Хабр
Передавать пустые срезы между Rust и C/C++ на удивление сложно
Моя основная работа связана с браузерами и криптографией , а не компиляторами. Но я нередко сталкиваюсь с ситуацией, когда мне приходится проводить больше рабочего времени за изучением семантики...