ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

351 results

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

2 months ago

Chrome for Developers
Load your page faster: remove unused code

Find out how to find and remove unused CSS and JavaScript. Resource links: ...

2:22
Load your page faster: remove unused code

126,376 views

6 years ago

Matt Godbolt
[AoCO 1/25] Why xor eax, eax?

Day 1 of the Advent of Compiler Optimisations - xor eax, eax Why _does_ the compiler love to emit "xor eax, eax" when a simple ...

3:19
[AoCO 1/25] Why xor eax, eax?

31,835 views

2 months ago

Grathan
What is Dead Store Elimination?

Discover the efficiency boost of Dead Store Elimination (DSE) in optimizing your code. Uncover how DSE identifies and removes ...

1:08
What is Dead Store Elimination?

28 views

1 year ago

Fred Hutch Data Science Lab
AI for Efficient Programming - Code Refactoring - The Main Points!

This video will give you the main points from "Code Refactoring" in our course, "AI for Efficient Programming". Check out the ...

0:56
AI for Efficient Programming - Code Refactoring - The Main Points!

20 views

2 years ago

SF Software
How to Use OptiPNG

Learn how to use OptiPNG to optimize a PNG file. Download here: http://sourceforge.net/projects/optipng/ OptiPNG is a PNG ...

2:44
How to Use OptiPNG

4,354 views

10 years ago

Programming threads
This ONE Python Trick Made My Code 4.37x Faster (Threading Secrets)

Learn Python threading and understand how the Python GIL is explained through bytecode analysis and real performance ...

3:07
This ONE Python Trick Made My Code 4.37x Faster (Threading Secrets)

229 views

3 months ago

Programming threads
Python's 'and/or' Secret Makes Code 5x FASTER!

Discover Python's short-circuit evaluation optimization through bytecode analysis! Learn how 'and' and 'or' operators skip ...

3:38
Python's 'and/or' Secret Makes Code 5x FASTER!

25 views

2 months ago

Fred Hutch Data Science Lab
AI for Efficient Programming - Introduction to Code Refactoring

This video will introduce you to code refactoring in our course, "AI for Efficient Programming". Check out the Course here: ...

1:41
AI for Efficient Programming - Introduction to Code Refactoring

62 views

2 years ago

Programming threads
Python List Performance: Optimize List Creation for Faster Code

Let's explore the performance of Python list creation and see how different approaches can affect execution speed — right down ...

1:38
Python List Performance: Optimize List Creation for Faster Code

648 views

1 year ago

Christoph Görn
TensorFlow 1.13 on Red Hat Enterprise Linux 7.6

This is a short demo of how to use the community build of TensorFlow 1.13 optimized for Red Hat Enterprise Linux 7.6, the demo ...

1:28
TensorFlow 1.13 on Red Hat Enterprise Linux 7.6

89 views

6 years ago

datalabcc
Welcome - R: An Introduction - 1.1

R, a free, open-source, statistical programming language, is possibly the single most important tool in data science. In this ...

2:18
Welcome - R: An Introduction - 1.1

17,634 views

9 years ago

uniqode
How to Make Your Website Lightning Fast with These Hacks

In this video, we will explore five effective hacks to make your website lightning fast. From optimizing images and minifying CSS to ...

2:00
How to Make Your Website Lightning Fast with These Hacks

14 views

1 year ago

OpenSecurityTraining2
Bit Shifting: ShiftExample2Unsigned.c Intro - Architecture 1001: x86-64 Assembly

You can watch this class without ads and with extra learning games, quizzes, and lab setup instructions by going to ...

1:26
Bit Shifting: ShiftExample2Unsigned.c Intro - Architecture 1001: x86-64 Assembly

537 views

3 years ago

BioniChaos
GitHub Copilot vs. GPT-4 for code debugging: which one is better?

Full video: https://youtu.be/T0CTJwsWVas The tools I develop are available on https://bionichaos.com You can support my work ...

0:40
GitHub Copilot vs. GPT-4 for code debugging: which one is better?

87 views

2 years ago

DeepSource
DeepSource Java Analyzer is now faster than ever before

Presenting the new and improved DeepSource Java Analyzer – we've applied several memory and speed optimizations, making ...

1:08
DeepSource Java Analyzer is now faster than ever before

4,862 views

4 years ago

Social RTCL TV
Qubit-Reuse Compilation with Mid-Circuit Measurement and Reset | RTCL.TV

Keywords ### #qubitreusecompilation #qubitreuse #fewerqubits #requiresfewer #executedue #compilation #optimizedcircuit ...

1:12
Qubit-Reuse Compilation with Mid-Circuit Measurement and Reset | RTCL.TV

44 views

1 year ago

Learn with Shikaar
Index of Fastest Function

Video Title: Find the Index of the Fastest Function in JavaScript In this video, you'll learn how to determine which function in an ...

3:03
Index of Fastest Function

1 view

10 months ago

Apptio, an IBM Company
Cloudability SaaS Overview

In this demo video, we explore how you can manage and optimize your organization's SaaS portfolio with Cloudability SaaS.

2:55
Cloudability SaaS Overview

6,962 views

5 years ago

Programming threads
Python For vs While: Which Loop Is Actually Faster?

#PythonPerformance #ForLoopVsWhileLoop #PythonBytecode #IteratorProtocol #CodeOptimization #PythonTips ...

2:42
Python For vs While: Which Loop Is Actually Faster?

253 views

2 months ago

Programming threads
Python Decorators Are SLOWER Than You Think! (Bytecode Proof)

... patterns, Python performance tuning #PythonPerformance #Bytecode #Decorators #CodeOptimization #PythonProgramming ...

2:18
Python Decorators Are SLOWER Than You Think! (Bytecode Proof)

217 views

2 months ago

Genetic Improvement Workshop
Optimising SQL Queries Using Genetic Improvement

Structured Query Language (SQL) queries are ubiquitous in modern software engineering. These queries can be costly when run ...

1:48
Optimising SQL Queries Using Genetic Improvement

42 views

4 years ago

BioniChaos
Exploring the EEG Sound Interface: Features, Bugs, and Future Optimizations

In this video, I delve into the intricate details of using an EEG (electroencephalogram) sound interface, highlighting my original ...

3:08
Exploring the EEG Sound Interface: Features, Bugs, and Future Optimizations

40 views

1 year ago

Ashers Programs
How to Configure Your Wacom Drawing Tablet (Version 2) for Optimal Performance

In this video, we walk you through the step-by-step process of configuring your Wacom Drawing Tablet (Version 2) to achieve ...

3:44
How to Configure Your Wacom Drawing Tablet (Version 2) for Optimal Performance

28 views

1 year ago

Learn with Shikaar
Measure Function Execution Time

Video Title: Measure Function Execution Time in JavaScript Ever wondered how long your JavaScript code takes to execute?

2:48
Measure Function Execution Time

3 views

1 year ago