Down the Rabbit Hole: An Exploration of Stack Overflow Questions - Marshall Clow - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Down the Rabbit Hole: An Exploration of Stack Overflow Questions - Marshall Clow - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
This is the Closing Keynote of the Back to Basics Track.
Many Stack Overflow questions are straightforward - "How do I do sort a vector in decreasing order?" for example. But some of them are subtle…
https://github.com/CppCon/CppCon2020
---
This is the Closing Keynote of the Back to Basics Track.
Many Stack Overflow questions are straightforward - "How do I do sort a vector in decreasing order?" for example. But some of them are subtle…
Value-oriented Design in an Object-oriented System - Juan Pedro Bolivar Puente - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Value-oriented Design in an Object-oriented System - Juan Pedro Bolivar Puente - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
In this talk, we will present a new open-source library of cursors. Cursors are inspired by functional lenses and reactive streams to provide composable and modular facades to "single atom" value…
https://github.com/CppCon/CppCon2020
---
In this talk, we will present a new open-source library of cursors. Cursors are inspired by functional lenses and reactive streams to provide composable and modular facades to "single atom" value…
GPU Accelerated Computing on Cross-Vendor Graphics Cards with Vulkan Kompute - Alejandro Saucedo
Источник: CppCon
Источник: CppCon
YouTube
GPU Accelerated Computing on Cross-Vendor Graphics Cards with Vulkan Kompute - Alejandro Saucedo
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Many advanced data processing paradigms fit incredibly well to the parallel-architecture that GPU computing offers, and exciting advancements in the open source projects such as Vulkan and Kompute…
https://github.com/CppCon/CppCon2020
---
Many advanced data processing paradigms fit incredibly well to the parallel-architecture that GPU computing offers, and exciting advancements in the open source projects such as Vulkan and Kompute…
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/CppCon2020
---
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/CppCon2020
---
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…
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/CppCon2020
---
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/CppCon2020
---
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…