19:43
Optimising Code - Computerphile
You can optimise for speed, power consumption or memory use & tiny changes can have a negligible or huge impact, but what ...
18:16
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 ...
13:31
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 ...
19:41
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 ...
12:39
When should you optimize your code? Access to code examples, deleted scenes, song names and more at ...
28:47
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 ...
8:20
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 ...
18:10
BLAZINGLY FAST C++ Optimizations
Socials: https://www.twitch.tv/noahpop77 GitHub Repo: https://github.com/noahpop77/Papy Blog Post 1: ...
17:11
Patreon: https://www.patreon.com/Kazestuff Streams: https://www.youtube.com/@KazeClips https://twitter.com/KazeEmanuar ...
18:33
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 ...
7:25
Lec-25: What is Code Optimization | Machine Dependent vs Machine Independent Techniques
Gate Smashers Shorts: Watch quick concepts & short videos here: https://www.youtube.com/@GateSmashersShorts Subscribe ...
16:06
Introduction to Code Optimization | Compiler Design
#codeoptimization code optimization in compiler design || code optimization || code optimization in hindi || code optimisation ...
1:03:04
Turbocharged: Writing High-Performance C# and .NET Code - Steve Gordon - NDC Oslo 2024
This talk was recorded at NDC Oslo in Oslo, Norway. #ndcoslo #ndcconferences #developer #softwaredeveloper Attend the next ...
1:04:30
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 ...
5:01
Turn Python BLAZING FAST with these 6 secrets
Don't assume Python is slow. These are some of the best ways to turn python into a language that is comparable for runtime ...
15:33
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 ...
8:23
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 ...
6:12
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 ...
10:43
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 ...
5:59
The JVM Secret That Makes Code Faster!
This video explains how the JVM (Java Virtual Machine) makes Java, Kotlin, and Scala faster through Just-in-Time (JIT) ...