ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,105,779 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

178,025 views

2 years 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

248,678 views

2 years 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

136,653 views

2 months 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"

302,702 views

2 years 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,234 views

1 year 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

946,655 views

3 years 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

973,227 views

3 years 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,097,471 views

2 years ago

SimonDev
How to optimize (almost) anything

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

20:18
How to optimize (almost) anything

88,072 views

2 weeks ago

mCoding
31 nooby C++ habits you need to ditch

How many nooby C++ habits do you have? Up your C++ skill by recognizing and ditching these nooby C++ habits. Post how ...

16:18
31 nooby C++ habits you need to ditch

1,024,790 views

4 years ago

daivuk
How I made a shooter game in 64 KB

1. 00:00 Intro 2. 02:19 Textures 3. 08:49 Maps 4. 13:40 Models & Animations 5. 16:27 Audio 6. 18:04 Code Optimization 7. 21:36 ...

27:47
How I made a shooter game in 64 KB

90,909 views

6 days ago

Indently
Memoization: The TRUE Way To Optimize Your Code In Python

Learn how you can optimize your code using memoization, a form of caching computations that have already been made in ...

7:32
Memoization: The TRUE Way To Optimize Your Code In Python

126,441 views

3 years ago

Indently
6 CLEAN Tips To IMPROVE Your Python Functions

Here are 6 clean tips that you can use for improving the readability & the practicality of your functions in Python. ▷ Become ...

9:55
6 CLEAN Tips To IMPROVE Your Python Functions

92,142 views

3 years ago

Cole Medin
My COMPLETE Agentic Coding Workflow to Build Anything (No Fluff or Overengineering)

Building software from scratch with coding agents like Claude Code is one of the highest-leverage skills you can develop right ...

42:26
My COMPLETE Agentic Coding Workflow to Build Anything (No Fluff or Overengineering)

5,346 views

9 hours ago

Let's Get Rusty
Rust for Dummies in 12 Minutes

Join our Rust Live Accelerator waitlist (free Rust Job-Ready Roadmap inside): https://letsgetrusty.com/join Let's Get Rusty is the ...

12:30
Rust for Dummies in 12 Minutes

266,555 views

9 months 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,462 views

3 years ago

CodeAesthetic
Why You Shouldn't Nest Your Code

I'm a Never Nester and you should too. Access to code examples, discord, song names and more at ...

8:30
Why You Shouldn't Nest Your Code

3,252,463 views

3 years 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

189,916 views

1 year 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,920,027 views

3 years 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,124 views

9 months 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.

253,450 views

4 years 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

450,952 views

2 years ago

Prof. Dr. Ben H. Juurlink
1 2 4 Basic Code Optimizations

What can we do more for this code the second optimization I want to introduce is eliminating induction variables instead of ...

11:24
1 2 4 Basic Code Optimizations

23,857 views

7 years ago

MIT OpenCourseWare
11.2.5 Optimization and Code Generation

MIT 6.004 Computation Structures, Spring 2017 Instructor: Chris Terman View the complete course: https://ocw.mit.edu/6-004S17 ...

8:23
11.2.5 Optimization and Code Generation

8,438 views

6 years 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

51,993 views

2 years ago

Conner Ardman
My 10 “Clean” Code Principles (Start These Now)

Writing "clean" code is oftentimes described as one of the most important aspects of programming and software engineering, but ...

15:12
My 10 “Clean” Code Principles (Start These Now)

421,638 views

1 year 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,180 views

4 years 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

367,994 views

2 years ago