ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,170,444 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

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

250,362 views

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

3 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

949,604 views

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

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

4 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,948 views

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

4 months 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,014 views

5 months ago

People also watched

Jane Street
The Cost of Concurrency Coordination with Jon Gjengset

In this talk, Jon Gjengset explores the true cost of concurrency coordination – from Amdahl's law down to CPU cache lines – and ...

46:35
The Cost of Concurrency Coordination with Jon Gjengset

82,232 views

8 days 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,035,394 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,790 views

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

3 years ago

Xander Gouws
10 things you might not know about Bun

I've recently been playing around with TypeScript a lot and have really fallen in love with Bun, an all-in-one runtime, test-runner, ...

6:59
10 things you might not know about Bun

16,159 views

5 days ago

CppCon
CppCon 2016: Jason Turner “Practical Performance Practices"

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

1:00:29
CppCon 2016: Jason Turner “Practical Performance Practices"

136,715 views

9 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,298 views

10 years ago

CodeHead
Is Software Engineering COOKED ?

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=codehead-01 Git gud at coding for FREE with Scrimba ...

5:22
Is Software Engineering COOKED ?

4,984 views

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

34,315 views

2 days ago

CppCon
Branchless Programming in C++ - Fedor Pikus - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Have you ever written code like this: void f(bool b, long x, long& s) ...

1:03:57
Branchless Programming in C++ - Fedor Pikus - CppCon 2021

188,770 views

4 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

981,586 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

98,211 views

1 month ago

Nate Herk | AI Automation
18 Claude Code Token Hacks in 18 Minutes

Full courses + unlimited support: https://www.skool.com/ai-automation-society-plus/about All my FREE resources: ...

18:57
18 Claude Code Token Hacks in 18 Minutes

34,324 views

22 hours 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,811 views

4 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,443 views

10 months ago

From related searches

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

1 month ago

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,235 views

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

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

2 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

370,737 views

2 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

193,239 views

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

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

4 years ago