Scalable and Low Latency Lock-free Data Structures in C++ - Alexander Krizhanovsky - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
OLD VERSION: Scalable and Low Latency Lock-free Data Structures in C++ - Alexander Krizhanovsky
New Updated Version Here: https://youtu.be/j_FCgQmgp_M
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…
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…
Purging Undefined Behavior & Intel Assumptions in a Legacy C++ Codebase - Roth Michaels CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
Purging Undefined Behavior & Intel Assumptions in a Legacy C++ Codebase - Roth Michaels CppCon 2022
https://cppcon.org/
---
Case Study: Purging Undefined Behavior and Intel Assumptions in a Legacy C++ Codebase - Roth Michaels - CppCon 2022
https://github.com/CppCon/CppCon2022
For large C++ codebases, adding support for a new platform (e.g. Apple Silicon/ARM)…
---
Case Study: Purging Undefined Behavior and Intel Assumptions in a Legacy C++ Codebase - Roth Michaels - CppCon 2022
https://github.com/CppCon/CppCon2022
For large C++ codebases, adding support for a new platform (e.g. Apple Silicon/ARM)…
What kind of caller diagnostic information can I get from exceptions thrown by C++/WinRT and wil?, C++20 edition
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
What kind of caller diagnostic information can I get from exceptions thrown by C++/WinRT and wil?, C++20 edition
The state of the art has moved forward slightly.