Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
12,353 results
A Few Effective gcc/clang Optimizations for Embedded Systems - Khem Raj, Comcast Compilers toolchains are at the core of the ...
1,557 views
6 years ago
Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK This talk will cover the tips and techniques to write ...
40,316 views
9 years ago
Lecture 11 in the course DT135G Compilers and Interpreters at Örebro University, fall 2022. Link to the course: ...
413 views
3 years ago
We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...
165,474 views
4 years ago
Interaction to Next Paint (INP) can be a daunting metric to start improving. It's common to know a page has a responsiveness ...
27,195 views
1 year ago
GCC/Clang Optimizations for Embedded Linux - Khem Raj, Comcast RDK This talk will cover how gcc and clang/LLVM compilers ...
4,728 views
Filmed at https://2019.dotjs.io on December 5-6, 2019 in Paris. More talks on https://dotconferences.com/talks We've learned to ...
6,724 views
This presentation is a brief overview of LLVM, its pass and IR frameworks and API, and a tutorial on how to write legacy and ...
9,017 views
5 years ago
Talk: Compilers, Virtual Machines and Code Analysis - What makes Dart and Flutter run Speaker: Norbert Kozsir Event: ...
29 views
8 months ago
How can you tell if a function was inlined? How do you know whether a variable was optimized away? A typical developer would ...
613 views
Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2024/slides/15-optimization.pdf Notes: ...
7,992 views
original link: https://archive.org/details/WilliamC1987 ...
469 views
8 years ago
Presentation name: Understanding Compiler Optimization Speakers: Uli Drepper, Jakub Jelinek Description: o most developers ...
4,201 views
7 years ago
CMU Database Group - Vaccination Database Tech Talks (2021) Speakers: Robert Haas (EnterpriseDB) PostgreSQL Optimizer ...
10,355 views
PowerShell Summit videos are recorded by our friends at ConFreaks. Our recordings are made in a way that minimizes overhead ...
8,305 views
2 years ago
In this hands-on talk, we cover tips & tricks for optimizing your user-experience to meet the Core Web Vitals. We use tools like ...
189,767 views
Some explanation about code optimizations When to optimize What can be optimized Picked examples how to optimize: functions ...
127 views
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 ...
617 views
... principles involved - architecture - code optimization - database and query optimization - caching and preloading and others.
360 views
In this stream we implement some IL optimization passes, fix some bugs along the way, and get our first main() function executing ...
946 views