Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 - Maged Michael - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 - Maged Michael - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
The hazard pointer deferred reclamation technique supports low-latency access to dynamic objects by deferring the reclamation of objects that may be removed while being accessed concurrently until…
https://github.com/CppCon/CppCon2021
---
The hazard pointer deferred reclamation technique supports low-latency access to dynamic objects by deferring the reclamation of objects that may be removed while being accessed concurrently until…
A Case-study in Rewriting a Legacy GUI Library for Real-time Audio Software in Modern C++
Источник: CppCon
Источник: CppCon
YouTube
A Case-study in Rewriting a Legacy GUI Library for Real-time Audio Software in Modern C++
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
A case-study in the design and development of iZotope's GUI framework, for real-time audio software, using C++17 to eliminate common sources of bugs and increase developer productivity. To illustrate…
https://github.com/CppCon/CppCon2021
---
A case-study in the design and development of iZotope's GUI framework, for real-time audio software, using C++17 to eliminate common sources of bugs and increase developer productivity. To illustrate…
C++ Weekly - Ep 313 - The `constexpr` Problem That Took Me 5 Years To Fix!
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
C++ Weekly - Ep 313 - The `constexpr` Problem That Took Me 5 Years To Fix!
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere! https://jason-turner-shop.fourthwall.com/
WANT MORE JASON?
► My Training Classes: http://emptycrate.com/training.html
► Follow me on twitter: https://…
T-SHIRTS AVAILABLE!
► The best C++ T-Shirts anywhere! https://jason-turner-shop.fourthwall.com/
WANT MORE JASON?
► My Training Classes: http://emptycrate.com/training.html
► Follow me on twitter: https://…
Breaking Dependencies: Type Erasure - A Design Analysis - Klaus Iglberger - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Breaking Dependencies: Type Erasure - A Design Analysis - Klaus Iglberger - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
This session is part of the Software Design Track.
“If I could go back in time and had the power to change C++, rather than adding virtual function, I would add language support for type erasure…
https://github.com/CppCon/CppCon2021
---
This session is part of the Software Design Track.
“If I could go back in time and had the power to change C++, rather than adding virtual function, I would add language support for type erasure…