ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

10,144 results

Protocol Labs
HECO: Automatic Code Optimizations for Efficient Fully Homomorphic Encryption - Alexander Viand

Bio: I am a doctoral student & research assistant in the Applied Cryptography Group at ETH Zürich and a member of the Privacy ...

37:31
HECO: Automatic Code Optimizations for Efficient Fully Homomorphic Encryption - Alexander Viand

432 views

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

94 views

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

6 years ago

nextapp devCon
Optimizing Kotlin Code in Practice - Romain Guy | droidcon London 2024

Talk: Optimizing Kotlin Code in Practice Speaker: Romain Guy Event: droidcon London 2024 Date: October 31st ...

43:14
Optimizing Kotlin Code in Practice - Romain Guy | droidcon London 2024

171 views

6 months ago

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

706,170 views

2 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

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

8 years ago

CppNow
C++Now 2018: John Regehr “Closing Keynote: Undefined Behavior and Compiler Optimizations”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:25:27
C++Now 2018: John Regehr “Closing Keynote: Undefined Behavior and Compiler Optimizations”

10,058 views

7 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

407 views

3 years ago

GNU Tools Cauldron
Hau Hsu: Optimizing Code Size with the RISC-V Zcmt Extension - GNU Tools Cauldron 2024

... handwritten as assembly code optim there should be dependent on optimized um size or rather optimized speed and um would ...

46:59
Hau Hsu: Optimizing Code Size with the RISC-V Zcmt Extension - GNU Tools Cauldron 2024

129 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,316 views

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

6 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

162,441 views

3 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

126 views

3 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,723 views

8 years ago

Codegram
Brian Shirai - Types As Premature Optimization

This is a talk from Barcelona Ruby Conference 2014 (http://www.baruco.org/). As programmers, when are we designing the ...

42:08
Brian Shirai - Types As Premature Optimization

1,109 views

11 years ago

PGCon
Beyond EXPLAIN Query Optimization From Theory To Code

So this gap-filling technology is the key enabler and that's the curie optimization so imagine if we have perfect cry often either if qle ...

49:46
Beyond EXPLAIN Query Optimization From Theory To Code

700 views

9 years ago

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

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

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

88,275 views

2 months ago

Using std::cpp
Can you RVO?: Optimize your C++ Code by using Return Value Optimization - Michelle D'Souza

Learn what Return Value Optimization (RVO) is, and what you can do to ensure the compiler applies it on your C++ code! This talk ...

1:03:21
Can you RVO?: Optimize your C++ Code by using Return Value Optimization - Michelle D'Souza

552 views

8 months ago

The Linux Foundation
Code Size Compiler Optimizations and Techniques for Embedded Systems - Aditya Kumar, Facebook

Code Size Compiler Optimizations and Techniques for Embedded Systems - Aditya Kumar, Facebook.

49:46
Code Size Compiler Optimizations and Techniques for Embedded Systems - Aditya Kumar, Facebook

2,243 views

5 years ago

SUSE Labs
What GCC optimization level is best for you?

by Jan Hubicka at SUSE Labs Conference 2022 Thanks to our conference sponsors, ARM and HPE, and our hosting sponsor and ...

52:05
What GCC optimization level is best for you?

2,113 views

3 years ago

PHP UK Conference
PHP UK Conference 2018 - Kat Zien - Performance optimisation: how do I go about it?

Every developer should be confident that their code is efficient and safe to run in production. But it can be hard to get started.

52:19
PHP UK Conference 2018 - Kat Zien - Performance optimisation: how do I go about it?

4,477 views

7 years ago

Jon Gjengset
Making a Rust crate compile faster

In this stream, we try to figured out why the `cargo` crate takes so long to build. We don't ultimately make a meaningful ...

2:44:12
Making a Rust crate compile faster

39,542 views

3 years ago