Async Stacks: Making Senders and Coroutines Debuggable - Ian Petersen & Jessica Wong - CppCon 2024
Источник: CppCon
Источник: CppCon
YouTube
Async Stacks: Making Senders and Coroutines Debuggable - Ian Petersen & Jessica Wong - CppCon 2024
https://cppcon.org
---
Async Stacks: Making Senders and Coroutines Debuggable - Ian Petersen & Jessica Wong - CppCon 2024
---
Debugging asynchronous code is hard; partially because the stack traces that engineers are used to seeing do not provide enough…
---
Async Stacks: Making Senders and Coroutines Debuggable - Ian Petersen & Jessica Wong - CppCon 2024
---
Debugging asynchronous code is hard; partially because the stack traces that engineers are used to seeing do not provide enough…
Designing C++ Code Generator Guardrails: A Collaboration Among Outreach & Development Teams & Users
Источник: CppCon
Источник: CppCon
YouTube
Designing C++ Code Generator Guardrails: A Collaboration Among Outreach & Development Teams & Users
https://cppcon.org
---
Designing C++ Code Generator Guardrails: A Collaboration Among Outreach and Development Teams and Users - CB Bailey & Sherry Sontag - CppCon 2024
---
This is the story of a design collaboration between a member of our code governance…
---
Designing C++ Code Generator Guardrails: A Collaboration Among Outreach and Development Teams and Users - CB Bailey & Sherry Sontag - CppCon 2024
---
This is the story of a design collaboration between a member of our code governance…
Vectorizing Computational Fluid Dynamics (CFD) Code in C++ Using std::simd - Olaf Krzikalla - CppCon
Источник: CppCon
Источник: CppCon
YouTube
Vectorizing Computational Fluid Dynamics (CFD) Code in C++ Using std::simd - Olaf Krzikalla - CppCon
https://cppcon.org
---
Vectorizing a Computational Fluid Dynamics (CFD) Code in C++ Using std::simd Supplemented by (Almost) Transparent Loading and Storing - Olaf Krzikalla - CppCon 2024
---
Computational Fluid Dynamics (CFD) codes are ubiquitous in high…
---
Vectorizing a Computational Fluid Dynamics (CFD) Code in C++ Using std::simd Supplemented by (Almost) Transparent Loading and Storing - Olaf Krzikalla - CppCon 2024
---
Computational Fluid Dynamics (CFD) codes are ubiquitous in high…
Court is in session: Top 10 most notorious C and C++ errors in 2024
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
How to Use the Sender/Receiver Framework in C++ to Create a Simple HTTP Server - Dietmar Kühl - 2024
Источник: CppCon
Источник: CppCon
YouTube
How to Use the Sender/Receiver Framework in C++ to Create a Simple HTTP Server - Dietmar Kühl - 2024
https://cppcon.org
---
How to Use the Sender/Receiver Framework in C++ to Create a Simple HTTP Server - Dietmar Kühl - CppCon 2024
---
The sender/receiver framework for asynchronous operations in C++ is well on its way towards standardization in C++26.…
---
How to Use the Sender/Receiver Framework in C++ to Create a Simple HTTP Server - Dietmar Kühl - CppCon 2024
---
The sender/receiver framework for asynchronous operations in C++ is well on its way towards standardization in C++26.…
❤1
Автоматизация внесения исправлений в исходные файлы С++ с помощью CLang LibTooling
Источник: Habr
Автор: rsashka
Источник: Habr
Автор: rsashka
Хабр
Автоматизация внесения исправлений в исходные файлы С++ с помощью CLang LibTooling
Еще одна статья в продолжение темы анализа сходных текстов на С/С++ с помощью Clang. Предыдущие публикации: Как создать собственное расширение компилятора C++ Анализ AST и рефакторинг кода в Clang...