Why Is My C++ Build So Slow? Compilation Profiling and Visualization - Samuel Privett - CppCon 2024
Источник: CppCon
Источник: CppCon
YouTube
Why Is My C++ Build So Slow? Compilation Profiling and Visualization - Samuel Privett - CppCon 2024
https://cppcon.org
---
Why Is My C++ Build So Slow? Compilation Profiling and Visualization - Samuel Privett - CppCon 2024
---
When your code base is growing, the time it takes to compile is also growing. But why, where is the compiler spending time? Lots…
---
Why Is My C++ Build So Slow? Compilation Profiling and Visualization - Samuel Privett - CppCon 2024
---
When your code base is growing, the time it takes to compile is also growing. But why, where is the compiler spending time? Lots…
Учимся рефакторить код на примере багов в TDengine, часть 3: плата за лень
Источник: Habr
Автор: Andrey2008 (PVS-Studio)
Источник: Habr
Автор: Andrey2008 (PVS-Studio)
Хабр
Учимся рефакторить код на примере багов в TDengine, часть 3: плата за лень
Проверяя код проекта TDengine с помощью PVS-Studio, можно встретить код с запахом, канонические ошибки и опечатки. Многое из этого можно избежать, если изначально аккуратно оформлять код, делать...
👎1