ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,891 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,851 views

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

92 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

791 views

4 years ago

OpenMDAO
Debugging your optimizations, part 1

Optimization of complicated multidisciplinary systems is not easy. By following this systematic debugging procedure you can ...

12:08
Debugging your optimizations, part 1

1,634 views

3 years ago

OpenMDAO
Debugging your optimizations, part 2

This is part two of a multi-part series on debugging your optimizations! 0:00 - Intro 0:37 - Check your optimization problem ...

9:11
Debugging your optimizations, part 2

480 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,305 views

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

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

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

160,848 views

3 years ago

Jon Gjengset
impl Rust: One Billion Row Challenge

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.

10:36:57
impl Rust: One Billion Row Challenge

81,919 views

1 month ago

The Bond
[ORCA tutorial] H₂O geometry optimization in under 10 mins (2021) [ENG SUB]

This computational chemistry tutorial shows you how to use free open source software to quickly and easily run quantum ...

6:03
[ORCA tutorial] H₂O geometry optimization in under 10 mins (2021) [ENG SUB]

18,741 views

4 years ago

Confreaks
RubyConf 2018 - Practical guide to benchmarking your optimizations by Anna Gluszak

RubyConf 2018 - Practical guide to benchmarking your optimizations by Anna Gluszak Many people believe that ruby ...

29:06
RubyConf 2018 - Practical guide to benchmarking your optimizations by Anna Gluszak

435 views

7 years ago

NERSC
04 - Demo: MATMUL Optimization through GPU Parallelism (C/C++)

So, this was another guide of using Codee for optimizing code using offloading to GPU and also an AutoFix for loop interchange.

7:32
04 - Demo: MATMUL Optimization through GPU Parallelism (C/C++)

72 views

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

5 years ago

Denard Springle
Code Performance Optimization - 2023 Adobe ColdFusion Summit

Originally presented at the 2023 Adobe ColdFusion Summit, recorded during a live rebroadcast on Oct 20th. In today's high end, ...

55:00
Code Performance Optimization - 2023 Adobe ColdFusion Summit

239 views

2 years ago

Bald. Bearded. Builder.
Don't Make These Entity Framework Core Mistakes

Hi! I'm Michael, and in this video I'll cover 5 things you'll need to know when building scalable applications with Entity Framework ...

8:48
Don't Make These Entity Framework Core Mistakes

18,001 views

1 year ago

nptelhrd
Mod-10 Lec-32 Introduction to Machine-Independent Optimizations - 2

Principles of Compiler Design by Prof. Y.N. Srikanth,Department of Computer Science and Engineering,IISc Bangalore.For more ...

56:15
Mod-10 Lec-32 Introduction to Machine-Independent Optimizations - 2

3,442 views

11 years ago

NERSC
Session 3: Optimization for NUMA and SIMD

This is part of the OpenMp Training Series, May-Oct 2024 https://www.nersc.gov/openmp-training-series-may-oct-2024/

1:27:07
Session 3: Optimization for NUMA and SIMD

254 views

1 year ago

Mark Newman
How to Implement the FFT: A Coding Tutorial

Learn how to implement the FFT in this practical coding tutorial in which I guide you step-by-step through the process of writing a ...

13:12
How to Implement the FFT: A Coding Tutorial

3,056 views

6 months ago

Chrome for Developers
A deep dive into optimizing LCP

There is no shortage of advice on the web about improving page load performance, and yet, of the three Core Web Vitals, Largest ...

29:15
A deep dive into optimizing LCP

143,190 views

3 years ago

!!Con
!!Con West 2019 - Jeroen (Jerry) Van Leeuwen: Fast code! By removing all branches!

Presented at !!Con West 2019: http://bangbangcon.com/west Performance optimization should never be your first concern when ...

10:36
!!Con West 2019 - Jeroen (Jerry) Van Leeuwen: Fast code! By removing all branches!

211 views

6 years ago

NERSC
05 - Demo: HIMENO Optimization through GPU Parallelism (Fortran)

It is a Fortran code. Himeno. Okay. Screening. Target architecture GPU for HIMENO. We are using nvfortran as a compiler.

7:16
05 - Demo: HIMENO Optimization through GPU Parallelism (Fortran)

52 views

1 year ago

Confreaks
RubyConf 2015 - A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther

A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther Submitted for your approval: a circle of torment ...

42:03
RubyConf 2015 - A Muggle's Guide to Tail Call Optimization in Ruby by Danny Guinther

628 views

10 years ago

Chrome for Developers
Loop Tiling - HTTP 203

Jake and Surma talk about how they optimized the image rotation code in their app Squoosh, how Hacker News taught them ...

25:36
Loop Tiling - HTTP 203

28,395 views

6 years ago

Kodumaro
Tail-Call Optimisation

T.C.O. is a programming technique to avoid memory stack overflow in recursions. Sorry for the missynchronised audio, I use ...

4:55
Tail-Call Optimisation

54 views

4 years ago