ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,935,071 results

Stand-up Maths
Someone improved my code by 40,832,277,770%

YES, the improvement should be 40832277770%, not what I say in the video. The "408322778" multiple was correct and I did the ...

28:47
Someone improved my code by 40,832,277,770%

2,943,382 views

3 years ago

SimonDev
Most Optimization Advice Misses the REAL Problem

Performance is one of the most important aspects of game development, but how do you actually approach it? Let's explore how ...

20:18
Most Optimization Advice Misses the REAL Problem

97,853 views

1 month ago

Molly Rocket
Simple Code, High Performance

Kickstarter link: https://www.kickstarter.com/projects/annarettberg/meow-the-infinite-book-two This was a presentation I gave to the ...

2:50:14
Simple Code, High Performance

390,319 views

4 years ago

Meeting Cpp
Understanding Compiler Optimization - Chandler Carruth - Opening Keynote Meeting C++ 2015

Understanding Compiler Optimization Chandler Carruth Opening Keynote Meeting C++ 2015 Slides: ...

1:50:15
Understanding Compiler Optimization - Chandler Carruth - Opening Keynote Meeting C++ 2015

143,277 views

10 years ago

Nick Saraev
CLAUDE CODE ADVANCED COURSE: Agent Teams & Autoresearch

New? Watch the beginner course first: https://www.youtube.com/watch?v=QoQBzR1NIqI Join Maker School & get customer #1 ...

3:18:23
CLAUDE CODE ADVANCED COURSE: Agent Teams & Autoresearch

60,579 views

3 days ago

Eskil Steenberg
Advanced C: The UB and optimizations that trick good programmers.

This is a video that will talk about some less know things in the programming language C, and how these things impact ...

1:12:34
Advanced C: The UB and optimizations that trick good programmers.

256,297 views

4 years ago

Molly Rocket
"Clean" Code, Horrible Performance

Bonus material from the Performance-Aware Programming Series: ...

22:41
"Clean" Code, Horrible Performance

1,114,221 views

3 years ago

NDC Conferences
Turbocharged: Writing High-Performance C# and .NET Code - Steve Gordon - NDC Oslo 2024

This talk was recorded at NDC Oslo in Oslo, Norway. #ndcoslo #ndcconferences #developer #softwaredeveloper Attend the next ...

1:03:04
Turbocharged: Writing High-Performance C# and .NET Code - Steve Gordon - NDC Oslo 2024

66,483 views

1 year ago

CppCon
The Most Important Optimizations to Apply in Your C++ Programs - Jan Bielak - CppCon 2022

https://cppcon.org/ --- The Most Important Optimizations to Apply in Your C++ Programs - Jan Bielak - CppCon 2022 ...

1:04:30
The Most Important Optimizations to Apply in Your C++ Programs - Jan Bielak - CppCon 2022

72,932 views

3 years ago

Jason Booth
Practical Optimizations

So with all the talk about optimization happening on Twitter, some people who saw me give this talk at a private conference asked ...

56:02
Practical Optimizations

60,505 views

3 years ago

code::dive conference
code::dive 2016 conference – Chandler Carruth – Understanding compiler optimization

Lecture was held on code::dive conference on November 15-16, 2016, Wrocław, Poland.

1:22:00
code::dive 2016 conference – Chandler Carruth – Understanding compiler optimization

7,981 views

9 years ago

Kaze Emanuar
How Optimizations made Mario 64 SLOWER

Patreon: https://www.patreon.com/Kazestuff Streams: https://www.youtube.com/@KazeClips https://twitter.com/KazeEmanuar ...

20:41
How Optimizations made Mario 64 SLOWER

938,531 views

1 year ago

Stanford Online
Stanford Seminar - Dynamic Code Optimization and the NVIDIA Denver Processor

"Dynamic Code Optimization and the NVIDIA Denver Processor" - Nathan Tuck of NVIDIA Colloquium on Computer Systems ...

1:13:39
Stanford Seminar - Dynamic Code Optimization and the NVIDIA Denver Processor

4,809 views

11 years ago

Tesseract
20 Advanced Coding Tips For Big Unity Projects

End spaghetti code! Learn the tools you need to write scalable, well-structured, clean code. So many game developers are forced ...

22:23
20 Advanced Coding Tips For Big Unity Projects

307,175 views

3 years ago

CppCon
CppCon 2017: Teresa Johnson “ThinLTO: Scalable and Incremental Link-Time Optimization”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:02:00
CppCon 2017: Teresa Johnson “ThinLTO: Scalable and Incremental Link-Time Optimization”

16,526 views

8 years ago

ACCU Conference
An Overview of Program Optimization Techniques - Mathias Gaunard [ACCU 2017]

Making programs run as efficiently as possible is a popular topic in C++; it being a fairly low-level language, it is indeed ...

1:37:17
An Overview of Program Optimization Techniques - Mathias Gaunard [ACCU 2017]

12,198 views

8 years ago

Jonathan Blow
Optimizing Gameplay Code

One such thing is that when I wrote a lot of the gameplay code initially this gameplay code is about getting these different ...

24:40
Optimizing Gameplay Code

88,121 views

8 months ago

Mike Shah
[Day 21] - C Compiler Optimization Fundamentals (and brief performance experiment)

C Programming playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8M-Mi_Vyrg7KgISTW3Sklt ▻Find full courses on: ...

24:47
[Day 21] - C Compiler Optimization Fundamentals (and brief performance experiment)

4,226 views

3 years ago

CppCon
C++ RVO: Return Value Optimization for Performance in Bloomberg C++ Codebases - Michelle Fae D'Souza

https://cppcon.org --- Can You RVO? Using Return Value Optimization for Performance in Bloomberg C++ Codebases - Michelle ...

1:01:17
C++ RVO: Return Value Optimization for Performance in Bloomberg C++ Codebases - Michelle Fae D'Souza

43,438 views

1 year ago

John Kim
How I use Claude Code (Meta Staff Engineer Tips)

This is my 50 Claude Code tips from 6 months of daily use personally and at Meta as a Staff Software Engineer. I've been coding ...

46:13
How I use Claude Code (Meta Staff Engineer Tips)

341,278 views

1 month ago

Thomas Padron-McCarthy
Optimization and Intermediate Code

Lecture 11 in the course DT135G Compilers and Interpreters at Örebro University, fall 2022. Link to the course: ...

1:21:51
Optimization and Intermediate Code

413 views

3 years ago

paretos
Coding Bayesian Optimization (Bayes Opt) with BOTORCH - Python example for hyperparameter tuning

Bayesian Optimization is one of the most common optimization algorithms. While there are some black box packages for using it ...

29:29
Coding Bayesian Optimization (Bayes Opt) with BOTORCH - Python example for hyperparameter tuning

21,492 views

4 years ago

freeCodeCamp.org and tapaScript by Tapas Adhikary
React Performance Optimization Patterns Course

React makes it easy to build UIs, but building fast React apps is a different skill altogether. In this hands-on, real-world React ...

1:35:56
React Performance Optimization Patterns Course

29,921 views

2 months ago

Edan Meyer
Let's Code Proximal Policy Optimization

This is a tutorial and explanation for how to code Proximal Policy Optimization PPO. I cover how to code the core training loop of ...

35:01
Let's Code Proximal Policy Optimization

17,582 views

4 years ago

VigorousSteve
Designing Steroid Cycles For Enhanced Games Athletes: Swimming, Weightlifting, Track & Field

Mitchell Hooper's Enhanced Games PED Stack (Released After Podcast Recording): ...

1:56:48
Designing Steroid Cycles For Enhanced Games Athletes: Swimming, Weightlifting, Track & Field

5,321 views

18 hours ago