ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

10,288 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,348 views

9 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,989 views

4 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

417 views

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

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

6 years ago

Riffomonas Project
Developer time vs Execution time: When should you refactor your R code for speed? (CC028)

In this screencast tutorial, Pat Schloss shows how you can profile R code to identify bottlenecks with the profvis package and ...

29:06
Developer time vs Execution time: When should you refactor your R code for speed? (CC028)

547 views

5 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

7 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

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

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

DevConf
Understanding Compiler Optimization

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

51:48
Understanding Compiler Optimization

4,204 views

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

1 year ago

EmacsConf and Emacs hangouts
EmacsConf 2021: Optimizing Emacs Lisp Code - Dmitry Gutov

You can view this and other resources using free/libre source software at https://emacsconf.org/2021/talks/faster . This video is ...

35:35
EmacsConf 2021: Optimizing Emacs Lisp Code - Dmitry Gutov

797 views

4 years ago

CNCF [Cloud Native Computing Foundation]
Using SLOs for Continuous Performance Optimizations of Your K8s Workloads - Andreas Grabner

Don't miss out! Join us at our next event: KubeCon + CloudNativeCon Europe 2022 in Valencia, Spain from May 17-20.

36:57
Using SLOs for Continuous Performance Optimizations of Your K8s Workloads - Andreas Grabner

295 views

4 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,027 views

5 years ago

EuroPython Conference
Optimizing Your CI Pipelines — Sebastian Witowski

EuroPython 2023 — Terrace 2B on 2023-07-19] https://ep2023.europython.eu/session/optimizing-your-ci-pipelines Take your ...

29:22
Optimizing Your CI Pipelines — Sebastian Witowski

673 views

2 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

30 views

8 months 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

683 views

6 years ago