ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,167,856 results

Computerphile
Optimising Code - Computerphile

You can optimise for speed, power consumption or memory use & tiny changes can have a negligible or huge impact, but what ...

19:43
Optimising Code - Computerphile

179,291 views

2y ago

leddoo
going fast is about doing less

optimization isn't always about multi-threading and optimizing hardware utilization. in fact, most performance work is about simply ...

19:41
going fast is about doing less

250,362 views

2y ago

Kaze Emanuar
Optimizing with "Bad Code"

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

17:11
Optimizing with "Bad Code"

304,407 views

2y ago

ThePrimeagen
This Algorithm is 1,606,240% FASTER

7 Steps it took to make an algorithm 1606242% faster!!!! Become a backend engineer. Its my favorite site ...

13:31
This Algorithm is 1,606,240% FASTER

949,600 views

3y ago

Beyond Fireship
JavaScript performance is weird... Write scientifically faster code with benchmarking

Learn how to benchmark your JavaScript code in Deno and find out how the way you write code affects performance. Why is a ...

8:20
JavaScript performance is weird... Write scientifically faster code with benchmarking

252,948 views

1y ago

Computerphile
Code Optimisation via Memoization - Computerphile

Learn this caching trick for faster code from Dr Mike Pound -- Check out Brilliant's courses and start for free at ...

18:16
Code Optimisation via Memoization - Computerphile

140,110 views

4mo ago

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,944,326 views

3y ago

Soda Byte
These Micro Optimizations Don't Make Your C/C++ Faster

We take a look at some source-code level optimizations that do not effect the compiled assembly, and therefore does not make ...

6:12
These Micro Optimizations Don't Make Your C/C++ Faster

82,010 views

5mo ago

CodeAesthetic
Premature Optimization

When should you optimize your code? Access to code examples, deleted scenes, song names and more at ...

12:39
Premature Optimization

981,586 views

3y ago

People also watched

Molly Rocket
"Clean" Code, Horrible Performance

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

22:41
"Clean" Code, Horrible Performance

1,114,749 views

3y ago

theCh0sen1
Optimising my JavaScript Ecosystem Simulation for 1 Million Real-Time Creatures

tadeusztomoszek.com/#/software/alife Running an Artificial Life Ecosystem Simulation in JavaScript is a serious business.

10:51
Optimising my JavaScript Ecosystem Simulation for 1 Million Real-Time Creatures

633 views

3d ago

ICOR with Tom | AI Productivity
I Fixed Claude's Token Limits. Here's How.

Stop burning through your Claude Max plan in 3 days. ✨ Build your Future-Proof AI Productivity System TODAY: ...

5:04
I Fixed Claude's Token Limits. Here's How.

33,572 views

2d ago

mCoding
25 nooby Python habits you need to ditch

Nooby Python habits give away your inexperience. Improve your code and your prestige just a bit by ditching those habits and ...

9:12
25 nooby Python habits you need to ditch

2,027,818 views

4y ago

Creel
Branchless Programming: Why "If" is Sloowww... and what we can do about it!

Support What's a Creel? on Patreon: https://www.patreon.com/whatsacreel Office merch store: ...

19:25
Branchless Programming: Why "If" is Sloowww... and what we can do about it!

1,679,816 views

5y ago

CppCon
Beyond Sequential Consistency: Unlocking Hidden Performance Gains - Christopher Fretz - CppCon 2025

https://cppcon.org​ --- Beyond Sequential Consistency: Unlocking Hidden Performance Gains - Christopher Fretz - CppCon 2025 ...

1:08:56
Beyond Sequential Consistency: Unlocking Hidden Performance Gains - Christopher Fretz - CppCon 2025

3,030 views

2d ago

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

710,826 views

3y ago

The PrimeTime
Abstraction Bad? | Clean Code : Horrible Performance : (Clip) Interview

Interviewing Casey Muratori! Full interview coming soon, please comment down below and i'll release it sooner ...

7:39
Abstraction Bad? | Clean Code : Horrible Performance : (Clip) Interview

178,107 views

3y ago

CodeAesthetic
Don't Write Comments

Why you shouldn't write comments in your code (write documentation) Access to code examples, discord, song names and more ...

5:55
Don't Write Comments

938,185 views

3y ago

FR33THY
WinSux - Windows & Graphics Optimization Debloat In One Click

PC Service https://fr33thytweaks.as.me/schedule.php Donate https://botrix.live/p/fr33thy/tip Socials https://linktr.ee/FR33THY.

48:25
WinSux - Windows & Graphics Optimization Debloat In One Click

65,374 views

2w 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,625 views

4y ago

Dave's Garage
C++ Super Optimization: 1000X Faster

Obey this one simple C++ trick for a 1000x performance gain: constexpr! Check out the free sample of my book on the Spectrum at ...

15:33
C++ Super Optimization: 1000X Faster

452,971 views

2y ago

Berna Builds
BLAZINGLY FAST C++ Optimizations

Socials: https://www.twitch.tv/noahpop77 GitHub Repo: https://github.com/noahpop77/Papy Blog Post 1: ...

18:10
BLAZINGLY FAST C++ Optimizations

193,239 views

1y ago

Worlds In Motion
The Art of Game Optimization

Games are moving in a direction that leaves much to be desired at launch. But why should they be released in such a state?

10:18
The Art of Game Optimization

370,722 views

2y ago

codingjerk
I Made My Code 16000× Faster (Python & Rust)

Performance optimization case study on LeetCode 52 "N-Queens". In the video I'll show path of optimization already decent ...

18:33
I Made My Code 16000× Faster (Python & Rust)

52,443 views

10mo ago

The Cherno
How to OPTIMIZE YOUR CODE!

Use code #cherno and try out PVS Studio for free ▻ https://pvs-studio.com/cherno_pvs Check out PVS Studio's YouTube channel ...

17:29
How to OPTIMIZE YOUR CODE!

106,361 views

4y ago

mCoding
C++ cache locality and branch predictability

Cache me outside, how bout that? People always talk about Big O time for analyzing speed, but Big O isn't the only important ...

10:43
C++ cache locality and branch predictability

127,809 views

4y ago

Indently
How Sets Can Truly OPTIMIZE Your Python Code

Today we will be looking at how sets can be used to significantly optimize your Python code. ▷ Become job-ready with Python: ...

6:08
How Sets Can Truly OPTIMIZE Your Python Code

52,126 views

2y ago

From related searches

Jason Schroeder
6 Things Every Good Project Manager Does

How does a project manager lead their team to success? In this video, I'll list down 6 things every good project manager does and ...

10:51
6 Things Every Good Project Manager Does

86,221 views

1y ago

Real Civil Engineer
Using LEGENDARY ACID WEAPONS to completely break the game!

Check out Pass The Fear here (the demo goes live about an hour after my video is published as part of Steam NextFest!)

33:52
Using LEGENDARY ACID WEAPONS to completely break the game!

183,327 views

1mo ago

Architects
Architects - "Blackhole"

Listen to the full album here: https://epita.ph/4kiwHGg "Blackhole" by @wearearchitects from the album 'The Sky, The Earth & All ...

3:30
Architects - "Blackhole"

8,779,388 views

1y ago

Tarodev
Unity Code Optimization - Do you know them all?

Find what common Unity optomizations truly make a difference. In this video I go over a bunch of interesting optimization tips as ...

15:49
Unity Code Optimization - Do you know them all?

229,486 views

4y ago

Molly Rocket
Refterm Lecture Part 1 - Philosophies of Optimization

https://www.kickstarter.com/projects/annarettberg/meow-the-infinite-book-two Live Channel: https://www.twitch.tv/molly_rocket Part ...

18:41
Refterm Lecture Part 1 - Philosophies of Optimization

84,193 views

4y ago

Jacob Sorber
Make existing code run faster, with compiler optimizations.

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

4:50
Make existing code run faster, with compiler optimizations.

28,926 views

8y ago