C++ Algorithmic Complexity, Data Locality, Parallelism, Compiler Optimizations, & Some Concurrency
Источник: CppCon
  
  Источник: CppCon
YouTube
  
  C++ Algorithmic Complexity, Data Locality, Parallelism, Compiler Optimizations, & Some Concurrency
  https://cppcon.org/
---
Algorithmic Complexity, Data Locality, Parallelism, and Compiler Optimizations, Seasoned with Some Concurrency - A Deep Dive into C++ Performance - Avi Lachmish - CppCon 2022
https://github.com/CppCon/CppCon2022
In C++, efficiency…
  ---
Algorithmic Complexity, Data Locality, Parallelism, and Compiler Optimizations, Seasoned with Some Concurrency - A Deep Dive into C++ Performance - Avi Lachmish - CppCon 2022
https://github.com/CppCon/CppCon2022
In C++, efficiency…
vcpkg 2023.02.24 Release: Default Triplet Changes, RISC-V support, Bug Fixes, and More…
Источник: C++ Team Blog
  
  Источник: C++ Team Blog
Microsoft News
  
  vcpkg 2023.02.24 Release: Default Triplet Changes, RISC-V support, Bug Fixes, and More…
  The 2023.02.24 release of the vcpkg package manager is available. This blog post summarizes changes from January 10th, 2023 to February 24th, 2023 for the Microsoft/vcpkg, Microsoft/vcpkg-tool, and Microsoft/vcpkg-docs GitHub repos. Some stats for this period:…
  [Перевод] Исследование нескольких проблем, обнаруженных при статическом анализе
Источник: Habr
Автор: ph_piter
  
  Источник: Habr
Автор: ph_piter
Хабр
  
  Исследование нескольких проблем, обнаруженных при статическом анализе
  В последнее время мы занимались статическим анализом нашей кодовой базы. В результате было выявлено несколько проблем в коде C++, которые мне пришлось исправлять. Это в очередной раз помогло мне...
  Parallelism Safety-Critical Guidelines for C++ - Michael Wong, Andreas Weis, Ilya Burylov - CppCon22
Источник: CppCon
  
  Источник: CppCon
YouTube
  
  Parallelism Safety-Critical Guidelines for C++ - Michael Wong, Andreas Weis, Ilya Burylov - CppCon22
  https://cppcon.org/
---
Parallelism Safety-Critical Guidelines for C++ - Michael Wong, Andreas Weis, Ilya Burylov & Christof Meerwald - CppCon 2022
https://github.com/CppCon/CppCon2022
There are many C++ safety guidelines, including the C++ Core Guidelines…
  ---
Parallelism Safety-Critical Guidelines for C++ - Michael Wong, Andreas Weis, Ilya Burylov & Christof Meerwald - CppCon 2022
https://github.com/CppCon/CppCon2022
There are many C++ safety guidelines, including the C++ Core Guidelines…
Decreasing the Number of Memory Accesses, 1.2 -- Johnny's Software Lab
Источник: isocpp.org (Standard C++)
  Источник: isocpp.org (Standard C++)