ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12,353 results

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

6 years 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,316 views

9 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

413 views

3 years ago

Jon Gjengset
Implementing and Optimizing a Wordle Solver in Rust

We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...

6:08:52
Implementing and Optimizing a Wordle Solver in Rust

165,474 views

4 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

27,195 views

1 year ago

The Linux Foundation
GCC/Clang Optimizations for Embedded Linux - Khem Raj, Comcast RDK

GCC/Clang Optimizations for Embedded Linux - Khem Raj, Comcast RDK This talk will cover how gcc and clang/LLVM compilers ...

54:05
GCC/Clang Optimizations for Embedded Linux - Khem Raj, Comcast RDK

4,728 views

9 years ago

dotconferences
dotJS 2019 - Vladimir Agafonkin - Fast by default: algorithmic performance optimization in practice

Filmed at https://2019.dotjs.io on December 5-6, 2019 in Paris. More talks on https://dotconferences.com/talks We've learned to ...

22:32
dotJS 2019 - Vladimir Agafonkin - Fast by default: algorithmic performance optimization in practice

6,724 views

6 years ago

jvstech
Writing an LLVM Optimization

This presentation is a brief overview of LLVM, its pass and IR frameworks and API, and a tutorial on how to write legacy and ...

1:28:16
Writing an LLVM Optimization

9,017 views

5 years ago

nextapp devCon
Machines and Code Analysis - What makes Dart and Flutter run - Norbert Kozsir | Fluttercon USA 2024

Talk: Compilers, Virtual Machines and Code Analysis - What makes Dart and Flutter run Speaker: Norbert Kozsir Event: ...

33:48
Machines and Code Analysis - What makes Dart and Flutter run - Norbert Kozsir | Fluttercon USA 2024

29 views

8 months ago

MUCplusplus
[MUC++] Ofek Shilon - Viewing Clang Optimizations with OptView2

How can you tell if a function was inlined? How do you know whether a variable was optimized away? A typical developer would ...

1:07:46
[MUC++] Ofek Shilon - Viewing Clang Optimizations with OptView2

613 views

4 years ago

CMU Database Group
#15 - Query Planning & Optimization (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2024/slides/15-optimization.pdf Notes: ...

1:21:18
#15 - Query Planning & Optimization (CMU Intro to Database Systems)

7,992 views

1 year ago

Arthur Vard
William Clinger: Compiler Optimization for Symbolic Languages 1987 512kb

original link: https://archive.org/details/WilliamC1987 ...

50:30
William Clinger: Compiler Optimization for Symbolic Languages 1987 512kb

469 views

8 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,201 views

7 years ago

CMU Database Group
PostgreSQL Optimizer Methodology (Robert Haas)

CMU Database Group - Vaccination Database Tech Talks (2021) Speakers: Robert Haas (EnterpriseDB) PostgreSQL Optimizer ...

1:05:10
PostgreSQL Optimizer Methodology (Robert Haas)

10,355 views

4 years ago

PowerShell.org
Optimizing Visual Studio Code for PowerShell, 2023 Edition by Justin Grote

PowerShell Summit videos are recorded by our friends at ConFreaks. Our recordings are made in a way that minimizes overhead ...

1:32:22
Optimizing Visual Studio Code for PowerShell, 2023 Edition by Justin Grote

8,305 views

2 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

189,767 views

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

127 views

4 years ago

FortranCon
FortranCon2020 [SP]: Front-end optimization in gfortran

The gfortran front end to gcc reads in the source code and converts it to an abstract syntax tree, which is then converted to an ...

30:12
FortranCon2020 [SP]: Front-end optimization in gfortran

617 views

5 years ago

J and Beyond e.V.
JAB17 - Make it fly - how to optimize for performance

... principles involved - architecture - code optimization - database and query optimization - caching and preloading and others.

47:35
JAB17 - Make it fly - how to optimize for performance

360 views

8 years ago

gamozolabs
Implementing SSA IL optimization passes and first 6502 exec!

In this stream we implement some IL optimization passes, fix some bugs along the way, and get our first main() function executing ...

4:55:47
Implementing SSA IL optimization passes and first 6502 exec!

946 views

6 years ago