ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,136,134 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,228 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,292 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,943,324 views

3 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,285 views

4 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,338 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

949,538 views

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

75,246 views

6 days ago

Beyond Coding
AI Expert: Most Software Engineers Aren't Ready for What's Coming

The role of the software engineer is shifting from execution to orchestration, and it's happening faster than most of us realize.

47:38
AI Expert: Most Software Engineers Aren't Ready for What's Coming

255 views

1 hour 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,274 views

10 years 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,931 views

3 years ago

Molly Rocket
"Clean" Code, Horrible Performance

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

22:41
"Clean" Code, Horrible Performance

1,114,183 views

3 years ago

Nate Herk | AI Automation
Claude Code Source Code Just Leaked… 8 Things You Must Do

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

12:52
Claude Code Source Code Just Leaked… 8 Things You Must Do

17,613 views

4 hours 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,701 views

9 years 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,034,928 views

4 years ago

AI Search
They solved AI’s memory problem!

Attention Residuals by Kimi AI. Adaptive, continuous learning AI models. #ai #ainews #llm #airesearch #agi Thanks to our ...

25:59
They solved AI’s memory problem!

10,055 views

3 hours ago

The Linux Foundation
Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK

Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK This talk will cover the tips and techniques to write ...

52:39
Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK

40,311 views

9 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

139,931 views

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

1 year ago

Nick Saraev
CLAUDE CODE ADVANCED COURSE — 3 HOURS

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 — 3 HOURS

59,340 views

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

81,945 views

5 months 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,361 views

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

10 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

452,907 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)

426,689 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,106 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,348 views

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

1 month ago