Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments - Benjamin Hindman
Источник: CppCon
Источник: CppCon
YouTube
Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments - Benjamin Hindman
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
To meet the performance demands of a large-scale container orchestrator (Apache Mesos) we built a pre-C++11 library that, in 2009, was the first library we knew of that combined an actor programming…
https://github.com/CppCon/CppCon2021
---
To meet the performance demands of a large-scale container orchestrator (Apache Mesos) we built a pre-C++11 library that, in 2009, was the first library we knew of that combined an actor programming…
C++ For The Beginner and Non-Programmer - Lesson 2 (Functions!)
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
C++ For The Beginner and Non-Programmer - Lesson 2 (Functions!)
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
In this live lesson we will cover how to make a function. We're going to focus on C++20. As always, this is live and interactive, so be sure to show up!
Where we leave off at the end of this one:
https://compiler…
In this live lesson we will cover how to make a function. We're going to focus on C++20. As always, this is live and interactive, so be sure to show up!
Where we leave off at the end of this one:
https://compiler…
C++20 Concurrency: part-3 request_stop and stop_token for std::jthread--Gajendra Gulgulia
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Automatically Process Your Operations in Bulk With Coroutines - Francesco Zoffoli - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Automatically Process Your Operations in Bulk With Coroutines - Francesco Zoffoli - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Performing bulk operations is more efficient than performing multiple single operations in many scenarios: memory allocations, I/O, IPC, etc.
At the same time, code that performs operations in bulk…
https://github.com/CppCon/CppCon2021
---
Performing bulk operations is more efficient than performing multiple single operations in many scenarios: memory allocations, I/O, IPC, etc.
At the same time, code that performs operations in bulk…