ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9,758 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

430 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

118 views

3 years 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,161 views

6 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

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

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

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

8 years ago

Julien Simon
Deep Dive: Optimizing LLM inference

Open-source LLMs are great for conversational applications, but they can be difficult to scale in production and deliver latency ...

36:12
Deep Dive: Optimizing LLM inference

43,957 views

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

7 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

droidcon & fluttercon
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

167 views

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

128 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,702 views

6 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

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

8 years ago

GopherCon UK
GopherCon UK 2019: Daniel Martí - Optimizing Go Code Without a Blindfold

Making code faster is exciting, and benchmarks in Go make that easy to do! Not really. Optimizing a program can be complex and ...

28:52
GopherCon UK 2019: Daniel Martí - Optimizing Go Code Without a Blindfold

682 views

6 years 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,067 views

1 year ago

SUSE Labs
SUSE Labs Conference 2018 - Building openSUSE with GCC's link time optimization

Link time optimization (LTO) extends scope of compiler optimizations to a whole program or a dynamic shared object (DSO).

36:07
SUSE Labs Conference 2018 - Building openSUSE with GCC's link time optimization

204 views

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

542 views

8 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

704,250 views

2 years ago