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
10,305 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,346 views
9 years ago
We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...
165,980 views
4 years ago
I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.
103,429 views
4 months ago
Prof. Andy Pavlo (http://www.cs.cmu.edu/~pavlo/) Slides: https://15721.courses.cs.cmu.edu/spring2020/slides/20-optimizer2.pdf ...
4,821 views
Lecture 11 in the course DT135G Compilers and Interpreters at Örebro University, fall 2022. Link to the course: ...
417 views
3 years ago
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,732 views
Prof. Andy Pavlo (http://www.cs.cmu.edu/~pavlo/) Slides: https://15721.courses.cs.cmu.edu/spring2020/slides/19-optimizer1.pdf ...
7,651 views
Interaction to Next Paint (INP) can be a daunting metric to start improving. It's common to know a page has a responsiveness ...
27,283 views
1 year ago
In this screencast tutorial, Pat Schloss shows how you can profile R code to identify bottlenecks with the profvis package and ...
547 views
5 years ago
Presentation name: Code optimization tips and tricks Speaker: Divya Basant Kumar Description: Session will walk trough some of ...
393 views
7 years ago
Some explanation about code optimizations When to optimize What can be optimized Picked examples how to optimize: functions ...
127 views
EuroPython 2023 — Terrace 2B on 2023-07-19] https://ep2023.europython.eu/session/optimizing-your-ci-pipelines Take your ...
673 views
2 years ago
Presentation name: Understanding Compiler Optimization Speakers: Uli Drepper, Jakub Jelinek Description: o most developers ...
4,204 views
Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2024/slides/15-optimization.pdf Notes: ...
8,053 views
This is a talk from Barcelona Ruby Conference 2014 (http://www.baruco.org/). As programmers, when are we designing the ...
1,112 views
11 years ago
Making code faster is exciting, and benchmarks in Go make that easy to do! Not really. Optimizing a program can be complex and ...
683 views
CMU Database Group - Quarantine Tech Talks (2020) Speakers: Nico Bruno + Cesar Galindo-Legaria (Confluent) The Cascades ...
14,979 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 ...
618 views
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,948 views