ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

86,494 results

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

8 months ago

Protocol Labs
HECO: Automatic Code Optimizations for Efficient Fully Homomorphic Encryption - Alexander Viand

Bio: I am a doctoral student & research assistant in the Applied Cryptography Group at ETH Zürich and a member of the Privacy ...

37:31
HECO: Automatic Code Optimizations for Efficient Fully Homomorphic Encryption - Alexander Viand

432 views

3 years ago

DevConf
Understanding Compiler Optimization

Presentation name: Understanding Compiler Optimization Speakers: Uli Drepper, Jakub Jelinek Description: o most developers ...

51:48
Understanding Compiler Optimization

4,172 views

6 years ago

DevConf
Code optimization tips and tricks

Presentation name: Code optimization tips and tricks Speaker: Divya Basant Kumar Description: Session will walk trough some of ...

27:35
Code optimization tips and tricks

393 views

6 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,021 views

6 years ago

NERSC
02 - Codee: Automated Code Inspection for Modernization and Optimization

And now Codee is a tool that is designed to make it both easy to develop modern, and optimize Fortran, C and and C++ codes.

20:25
02 - Codee: Automated Code Inspection for Modernization and Optimization

94 views

1 year ago

Engineering Community
Code optimization and efficiency by Kamil Amanowicz

Some explanation about code optimizations When to optimize What can be optimized Picked examples how to optimize: functions ...

45:12
Code optimization and efficiency by Kamil Amanowicz

126 views

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

1 year ago

PGCon
Beyond EXPLAIN Query Optimization From Theory To Code

So this gap-filling technology is the key enabler and that's the curie optimization so imagine if we have perfect cry often either if qle ...

49:46
Beyond EXPLAIN Query Optimization From Theory To Code

698 views

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

Thomas Padron-McCarthy
Optimization and Intermediate Code

Lecture 11 in the course DT135G Compilers and Interpreters at Örebro University, fall 2022. Link to the course: ...

1:21:51
Optimization and Intermediate Code

407 views

3 years ago

Chrome for Developers
Optimizing INP: A deep dive

Interaction to Next Paint (INP) can be a daunting metric to start improving. It's common to know a page has a responsiveness ...

28:30
Optimizing INP: A deep dive

24,220 views

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

5 years ago

Matt Godbolt
[AoCO 0/25] The Advent of Compiler Optimisations

A brief welcome and introduction to what we're going to cover in December. Can't wait to see you there! Blog post: ...

1:17
[AoCO 0/25] The Advent of Compiler Optimisations

16,789 views

2 months 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,141 views

8 years ago

The Linux Foundation
A Few Effective gcc/clang Optimizations for Embedded Systems - Khem Raj, Comcast

A Few Effective gcc/clang Optimizations for Embedded Systems - Khem Raj, Comcast Compilers toolchains are at the core of the ...

45:26
A Few Effective gcc/clang Optimizations for Embedded Systems - Khem Raj, Comcast

1,537 views

6 years ago

SUSE Labs
What GCC optimization level is best for you?

by Jan Hubicka at SUSE Labs Conference 2022 Thanks to our conference sponsors, ARM and HPE, and our hosting sponsor and ...

52:05
What GCC optimization level is best for you?

2,109 views

3 years ago

PHP UK Conference
PHP UK Conference 2018 - Kat Zien - Performance optimisation: how do I go about it?

Every developer should be confident that their code is efficient and safe to run in production. But it can be hard to get started.

52:19
PHP UK Conference 2018 - Kat Zien - Performance optimisation: how do I go about it?

4,477 views

7 years ago

GopherCon UK
GopherCon UK 2019: Daniel Martí - Optimizing Go Code Without a Blindfold

Making code faster is exciting, and benchmarks in Go make that easy to do! Not really. Optimizing a program can be complex and ...

28:52
GopherCon UK 2019: Daniel Martí - Optimizing Go Code Without a Blindfold

682 views

6 years ago

F# Software Foundation
Understanding the F# Optimizer - F# Compiler Community Session

In this community session, Don Syme talks about how the F# optimizer works. To learn more about F# and its compiler, check out ...

1:44:51
Understanding the F# Optimizer - F# Compiler Community Session

1,013 views

5 years ago

FOSDEM
Optimizing Python code

So that's hinting the site and compiler to make some optimization for you so you write if you if you want to write C code you're ...

55:11
Optimizing Python code

930 views

7 years ago

WIT Solapur - Professional Learning Community
Code Optimization in compilers

Dr. Mrs. Pratibha S. Yalagi Associate Professor Department of Computer Science and Engineering Walchand Institute of ...

13:20
Code Optimization in compilers

2,450 views

6 years ago

Chrome for Developers
Optimize for Core Web Vitals

In this hands-on talk, we cover tips & tricks for optimizing your user-experience to meet the Core Web Vitals. We use tools like ...

38:03
Optimize for Core Web Vitals

188,372 views

5 years ago

Using std::cpp
Can you RVO?: Optimize your C++ Code by using Return Value Optimization - Michelle D'Souza

Learn what Return Value Optimization (RVO) is, and what you can do to ensure the compiler applies it on your C++ code! This talk ...

1:03:21
Can you RVO?: Optimize your C++ Code by using Return Value Optimization - Michelle D'Souza

546 views

8 months ago

Python Penguin
Code Optimization Python

Today I tell you how to optimize your Python code allowing it to run better, and take less space #tutorial #code #optimization.

1:13
Code Optimization Python

70 views

4 years ago