ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

10,081 results

BSC CNS
Multi-criteria optimization pipeline

The video demonstrates the use of the tools of the multi-criteria optimization flow. It provides information on how code with variants ...

7:59
Multi-criteria optimization pipeline

60 views

2 years ago

Lavafroth
Two Decades of Hardware Optimizations Down The Drain

Credits: Christian Mutti's original blog post: https://chrs.dev/blog/clean-code-rust/ Rust code used in the video: ...

10:20
Two Decades of Hardware Optimizations Down The Drain

116,305 views

1 year ago

The Coding Gopher
LLVM and Clang Optimizations: Make Your Code 10X Faster

Optimize your program's performance without rewriting code. Learn how LLVM & Clang's optimizations like -O3, -ffast-math, ...

5:16
LLVM and Clang Optimizations: Make Your Code 10X Faster

5,116 views

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

The Coding Gopher
LLVM vs GCC: Which Compiler RULES the Future of Programming?

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ‍ Learn to Code: ...

7:47
LLVM vs GCC: Which Compiler RULES the Future of Programming?

78,887 views

1 year ago

The Builder
Make Python 1000x Faster With One Line 🐍 ⏩ (Numba Tutorial)

Numba can speed up your python code 1000x with just a single line of code using a JIT compiler used to optimize simple ...

6:51
Make Python 1000x Faster With One Line 🐍 ⏩ (Numba Tutorial)

58,279 views

5 years ago

dotconferences
dotGo 2019 - Daniel Martí - Optimizing Go code without a blindfold

Filmed at https://2019.dotgo.eu on March 25th in Paris. More talks on https://dotconferences.com/talks Making code faster is ...

13:57
dotGo 2019 - Daniel Martí - Optimizing Go code without a blindfold

5,016 views

6 years ago

Andrew Connell
Webpack Magic in SPFx: Optimize Bundles with Code Splitting

I scour Microsoft & community resources So YOU DON'T HAVE TO. Save time and stay informed - get the #Microsoft365 ...

9:10
Webpack Magic in SPFx: Optimize Bundles with Code Splitting

643 views

1 year ago

The Coding Gopher
Why LLVM is a Game Changer for Compilers

Explore the inner workings of LLVM, the powerful framework behind many modern compilers! In this video, we break down key ...

6:31
Why LLVM is a Game Changer for Compilers

39,478 views

1 year ago

Wakanda .org
Code Optimization in Wakanda

Using the Chicken/Coop example data model, this video shows some code optimization to improve performance in generating ...

7:39
Code Optimization in Wakanda

340 views

12 years ago

ICAM Technologies Corporation
Save Time Programming and Testing your CNC GCode with Adaptive Post-Processing™

Looking to minimize the time you spend programming, testing, modifying and retesting your GCode? With ICAM's revolutionary ...

10:19
Save Time Programming and Testing your CNC GCode with Adaptive Post-Processing™

1,145 views

9 years ago

Pantelis Sopasakis
OptimizationEngine (OpEn): Code generation for embedded nonconvex optimization

This is a short presentation of OptimizationEngine (OpEn) - a free open-source framework for embedded nonconvex optimization.

14:01
OptimizationEngine (OpEn): Code generation for embedded nonconvex optimization

1,477 views

5 years ago

AUTOHOTKEY Gurus
💥 Simplify and optimize your code with these easy refactoring techniques: Example included!

Just an example how I work. Typically I write code out that "works" and then I look back after and see if there are ways to optimize ...

5:03
💥 Simplify and optimize your code with these easy refactoring techniques: Example included!

452 views

3 years ago

LinaroOrg
Måns Rullgård, Optimizing for Linux on ARM

Måns Rullgård, libav committer and ARM Engineer assigned to the Linaro Multimedia WG, talks about code optimization with Kiko ...

7:20
Måns Rullgård, Optimizing for Linux on ARM

1,227 views

13 years ago

Polars Code Academy
Master the Polars Query Optimizer in Minutes with Lazy Evaluation!

Learn how to master the Polars Query Optimizer with Lazy Evaluation in this deep dive tutorial video. Discover how Polars ...

9:24
Master the Polars Query Optimizer in Minutes with Lazy Evaluation!

4,288 views

1 year ago

Chrome for Developers
Context and Optimizations - HTTP 203

Jake and Surma talk about the importance of context when making performance optimizations and some common mistakes that ...

5:57
Context and Optimizations - HTTP 203

14,104 views

6 years ago

programmingconf
MoreVMs’20: “Superoptimization of WebAssembly Bytecode” by Javier Cabrera-Arteaga

Authors: J. Cabrera-Arteaga, S. Donde, J. Gu, O. Floros, L. Satabin, B. Baudry, M. Monperrus Presented virtually at MoreVMs ...

9:25
MoreVMs’20: “Superoptimization of WebAssembly Bytecode” by Javier Cabrera-Arteaga

227 views

5 years ago

CTO Bhaiya
L-12 | Code Review and Rules with Cursor AI | ✅ #cursor #aicoding

... engineering code audit automation developer productivity AI tools for programmers team coding standards AI code optimization ...

11:12
L-12 | Code Review and Rules with Cursor AI | ✅ #cursor #aicoding

391 views

2 months ago

strager
DRY makes your code 500% better · intermediate Java code review

Learn to Don't Repeat Yourself (DRY) your code. Write more readable and maintainable programs. This lesson is in Java, but the ...

11:57
DRY makes your code 500% better · intermediate Java code review

33,782 views

4 years ago

Roel Van de Paar
Code Review: Game code optimisation advice (3 Solutions!!)

Code Review: Game code optimisation advice Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

5:02
Code Review: Game code optimisation advice (3 Solutions!!)

5 views

3 years ago

Solve Computer Science
Real-world Python code optimizations

In this video I explain the optimizations for the upcoming version of md-toc (8.2.1). You'll see an in-depth analysis about some ...

15:07
Real-world Python code optimizations

31 views

2 years ago

Silvio Moioli
Speeding up Java and PostgreSQL code in Uyuni - a case study - part 1/3 (intro and analysis)

PART 1/3: a case study in Java/Hibernate and PostgreSQL code optimization, in the context of the Uyuni project: speeding up ...

18:08
Speeding up Java and PostgreSQL code in Uyuni - a case study - part 1/3 (intro and analysis)

118 views

5 years ago

Nitin Chandrachoodan
EE5332 L8.9 - Loop Optimizations - II

Basic compiler optimizations - more loop optimizations.

6:42
EE5332 L8.9 - Loop Optimizations - II

290 views

3 years ago

Requesty
Requesty - Roo Code integration for cost optimizations

Boost Your AI with Requesty API & Roo Code! Requesty API is the ultimate unified LLM provider, allowing you to integrate any ...

5:11
Requesty - Roo Code integration for cost optimizations

3,000 views

10 months ago

CMR BCA
Essential Optimization Techniques for Game Development! 🚀

... strategies for enhancing player experiences through effective resource management, code optimization, and AI behavior tuning.

10:23
Essential Optimization Techniques for Game Development! 🚀

106 views

1 year ago