ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,562,546 results

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

246,974 views

2 years ago

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

176,892 views

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

942,169 views

3 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

131,143 views

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

186,895 views

11 months 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

446,626 views

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

300,715 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)

416,656 views

1 year ago

mCoding
Return Value Optimization and Copy Elision in C++

Embrace the copy-free lifestyle! ― mCoding with James Murphy (https://mcoding.io) Source code: ...

9:54
Return Value Optimization and Copy Elision in C++

49,029 views

3 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

251,413 views

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

965,237 views

2 years ago

Peki (Sir Freelancealot)
10 simple tips for cleaner code

How to optimize your developer experience :) Please subscribe if you like the video, share, comment and like as well.

4:59
10 simple tips for cleaner code

83,093 views

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

6 years ago

CodeLucky
🚀 Supercharge Your Code: Performance Optimization for Beginners!

Want to make your applications run faster and smoother? 🏎️ This video is your ultimate guide to performance optimization, ...

5:34
🚀 Supercharge Your Code: Performance Optimization for Beginners!

77 views

7 months 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,032 views

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

226,577 views

3 years ago

Gate Smashers
Lec-25: What is Code Optimization | Machine Dependent vs Machine Independent Techniques

Subscribe to our new channel:https://www.youtube.com/@varunainashots 0:00 - Introduction 1:07 - Code optimization 2:02 ...

7:25
Lec-25: What is Code Optimization | Machine Dependent vs Machine Independent Techniques

481,771 views

5 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,804 views

7 years 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,148 views

3 years ago

SimonDev
Memory, Cache Locality, and why Arrays are Fast (Data Structures and Optimization)

Why is the first loop 10x faster than the second, despite doing the exact same work? Follow me on: Twitter: ...

9:38
Memory, Cache Locality, and why Arrays are Fast (Data Structures and Optimization)

334,168 views

5 years ago

The Cherno
Small String Optimization in C++

Go to http://www.hostinger.com/cherno and use code "cherno" to get up to 91% OFF yearly web hosting plans. Succeed faster!

13:14
Small String Optimization in C++

79,528 views

5 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,861 views

2 years ago

Howdy ツ
Silksong Code Review: Bugs, Code Quality, Optimization

Today, we'll review the reverse-engineered C# code of Silksong. We'll look at the code improvements, bugs, optimization ...

11:26
Silksong Code Review: Bugs, Code Quality, Optimization

141,772 views

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

51,855 views

8 months ago

NeuralNine
Optimize Your Python Programs: Code Profiling with cProfile

In this video, we learn how to professionally profile Python code using cProfile, to optimize the speed of our programs.

15:10
Optimize Your Python Programs: Code Profiling with cProfile

54,949 views

3 years ago