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: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 ...
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 ...
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 ...
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 ...
5:28
The 3 Laws of Writing Readable Code
Is your code readable? Or is it difficult to understand? Following these three laws will help you to become the guy that every ...
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 ...
10:18
Games are moving in a direction that leaves much to be desired at launch. But why should they be released in such a state?
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 ...
17:11
Patreon: https://www.patreon.com/Kazestuff Streams: https://www.youtube.com/@KazeClips https://twitter.com/KazeEmanuar ...
17:29
Use code #cherno and try out PVS Studio for free ▻ https://pvs-studio.com/cherno_pvs Check out PVS Studio's YouTube channel ...
18:10
BLAZINGLY FAST C++ Optimizations
Socials: https://www.twitch.tv/noahpop77 GitHub Repo: https://github.com/noahpop77/Papy Blog Post 1: ...
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 ...
22:23
20 Advanced Coding Tips For Big Unity Projects
End spaghetti code! Learn the tools you need to write scalable, well-structured, clean code. So many game developers are forced ...
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 ...
11:58
I Optimised My Game Engine Up To 12000 FPS
The source code and demos are available here: https://patreon.com/vercidium The greedy meshing algorithm is available here: ...
35:13
SILKSONG SOURCE CODE Deep Dive: Optimization, Movement Logic & Architecture
A full deep-dive into the reverse-engineered C# code of Silksong. Movement logic analysis, implementation architecture, C# code ...
1:12:34
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 ...