ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

623 results

CppCon
When Nanoseconds Matter: Ultrafast Trading Systems in C++ - David Gross - CppCon 2024

https://cppcon.org​ CppCon 2024 Early Access: https://cppcon.org/early-access Access All 2024 Session Videos Ahead of Their ...

1:28:51
When Nanoseconds Matter: Ultrafast Trading Systems in C++ - David Gross - CppCon 2024

304,570 views

9 months ago

CppCon
Concept-based Generic Programming - Bjarne Stroustrup - CppCon 2025

https://cppcon.org/ --- Concept-based Generic Programming - Bjarne Stroustrup - CppCon 2025 ...

1:23:29
Concept-based Generic Programming - Bjarne Stroustrup - CppCon 2025

25,187 views

1 month ago

CppCon
Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov

https://cppcon.org --- Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov ...

54:07
Can std::expected with Monadic Operations REALLY Boost Your C++ Code Performance? - Vitaly Fanaskov

3,166 views

7 days ago

CppCon
C++ Under the Hood: Internal Class Mechanisms - Chris Ryan - CppCon 2024

https://cppcon.org​ --- C++ Under the Hood: Internal Class Mechanisms - Chris Ryan - CppCon 2024 --- My talk will examine the ...

57:43
C++ Under the Hood: Internal Class Mechanisms - Chris Ryan - CppCon 2024

24,626 views

10 months ago

CppCon
The Joy of C++26 Contracts - Myths, Misconceptions & Defensive Programming - Herb Sutter

https://cppcon.org --- The Joy of C++26 Contracts - Myths, Misconceptions & Defensive Programming - Herb Sutter - CppCon 2025 ...

1:02:50
The Joy of C++26 Contracts - Myths, Misconceptions & Defensive Programming - Herb Sutter

44,104 views

1 month ago

CppCon
Is Your C++ Code Leaking Memory? Discover the Power of Ownership-Aware Profiling

https://cppcon.org --- Is Your C++ Code Leaking Memory? Discover the Power of Ownership-Aware Profiling - Alecto Irene Perez ...

52:02
Is Your C++ Code Leaking Memory? Discover the Power of Ownership-Aware Profiling

4,092 views

3 weeks ago

CppCon
Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter! - Kris Jusiak

https://cppcon.org --- Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter! - Kris Jusiak - CppCon 2025 ...

1:00:54
Why 99% of C++ Microbenchmarks Lie – and How to Write the 1% that Matter! - Kris Jusiak

5,107 views

1 month ago

CppCon
Is The Future of C++ Refactoring Declarative? - Andy Soffer - CppCon 2025

https://cppcon.org --- Is The Future of C++ Refactoring Declarative? - Andy Soffer - CppCon 2025 --- Designing and writing ...

1:00:49
Is The Future of C++ Refactoring Declarative? - Andy Soffer - CppCon 2025

3,893 views

2 weeks ago

CppCon
The Declarative Programming SECRETS to More Readable C++ - Richard Powell

https://cppcon.org --- The Declarative Programming SECRETS to More Readable C++ - Richard Powell - CppCon 2025 ...

58:34
The Declarative Programming SECRETS to More Readable C++ - Richard Powell

5,791 views

13 days ago

CppCon
Back to Basics: Lifetime Management in Cpp - Phil Nash - CppCon 2024

https://cppcon.org​ --- Back to Basics: Lifetime Management in Cpp - Phil Nash - CppCon 2024 --- Lifetime management in C++ is ...

52:48
Back to Basics: Lifetime Management in Cpp - Phil Nash - CppCon 2024

11,533 views

9 months ago

CppCon
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos - CppCon 2025

https://cppcon.org --- Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos - CppCon 2025 --- The C++ ...

1:03:19
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos - CppCon 2025

4,632 views

1 month ago

CppCon
Lightning Talk: Rust Programming in 5 Minutes - Tyler Weaver - CppCon 2024

https://cppcon.org​ --- Lightning Talk: Rust Programming in 5 Minutes - Tyler Weaver - CppCon 2024 --- I'm now working in Rust ...

2:43
Lightning Talk: Rust Programming in 5 Minutes - Tyler Weaver - CppCon 2024

10,704 views

7 months ago

CppCon
Back to Basics: Master C++ Friendship - Mateusz Pusz - CppCon 2025

https://cppcon.org --- Back to Basics: Master C++ Friendship - Mateusz Pusz - CppCon 2025 --- C++ offers a rich set of access ...

56:53
Back to Basics: Master C++ Friendship - Mateusz Pusz - CppCon 2025

2,898 views

3 weeks ago

CppCon
What's New for C++ in VS Code: CMake Improvements and GitHub Copilot Agents - Alexandra Kemper

https://cppcon.org --- What's New for C++ in VS Code: CMake Improvements and GitHub Copilot Agents - Alexandra Kemper ...

1:01:02
What's New for C++ in VS Code: CMake Improvements and GitHub Copilot Agents - Alexandra Kemper

2,232 views

9 days ago

CppCon
Implementing Your Own C++ Atomics - Ben Saks - CppCon 2025

https://cppcon.org --- Implementing Your Own C++ Atomics - Ben Saks - CppCon 2025 --- Atomic objects are extremely useful for ...

1:01:38
Implementing Your Own C++ Atomics - Ben Saks - CppCon 2025

5,800 views

2 weeks ago

CppCon
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

https://cppcon.org​ --- Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024 --- Meta-programming is one of the ...

1:03:13
Template-less Metaprogramming in C++ - Kris Jusiak - CppCon 2024

16,255 views

9 months ago

CppCon
Refactoring C++ Code for Unit testing with Dependency Injection - Peter Muldoon - CppCon 2024

https://cppcon.org​ --- Refactoring C++ Code for Unit testing with Dependency Injection - Peter Muldoon - CppCon 2024 --- A key ...

1:01:39
Refactoring C++ Code for Unit testing with Dependency Injection - Peter Muldoon - CppCon 2024

16,207 views

10 months ago

CppCon
How To Build Robust C++ Inter-Process Queues - Jody Hagins - CppCon 2025

https://cppcon.org --- How To Build Robust C++ Inter-Process Queues - Jody Hagins - CppCon 2025 --- This talk will offer design ...

1:03:05
How To Build Robust C++ Inter-Process Queues - Jody Hagins - CppCon 2025

8,609 views

4 weeks ago

CppCon
Catching Bugs Early: Validating C++ Contracts with Static Analysis - Peter Martin & Mike Fairhurst

https://cppcon.org --- Catching Bugs Early: Validating C++ Contracts with Static Analysis - Peter Martin & Mike Fairhurst - CppCon ...

1:05:41
Catching Bugs Early: Validating C++ Contracts with Static Analysis - Peter Martin & Mike Fairhurst

1,938 views

4 days ago

CppCon
Implement the C++ Standard Library: Design, Optimisations, Testing while Implementing Libc++

https://cppcon.org --- Implement the C++ Standard Library: Design, Optimisations and Testing while Implementing Libc++ - Hui Xie ...

1:01:07
Implement the C++ Standard Library: Design, Optimisations, Testing while Implementing Libc++

8,276 views

1 month ago