ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

421 results

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

83,360 views

1 month 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

161,141 views

3 years ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

96,221 views

7 months ago

timClicks
Fil-C is a better Rust

Is Fil-C the solution to C/C++ memory safety and does it replace the need for Rust? Fil-C, a fork of the Clang compiler, is gaining ...

7:53
Fil-C is a better Rust

4,808 views

1 month ago

codingjerk
I Made My Code 16000× Faster (Python & Rust)

... B Performance 03:43 - Version C 04:25 - Bitsets 05:23 - Bitsets 2 06:25 - JIT 07:02 - Let's get Rusty 07:59 - Rust Performance ...

18:33
I Made My Code 16000× Faster (Python & Rust)

51,897 views

8 months ago

timClicks
Single-file Rust programs - new nightly feature to test

This Week in Rust 501 included a call for testing for an upcoming feature for cargo - the ability to create a single-file crate.

3:35
Single-file Rust programs - new nightly feature to test

2,763 views

2 years ago

Alex Demko
Go vs Rust: Who wins? 🤔

Go and Rust are two of the most popular programming languages right now, but which one should you choose for your next ...

0:05
Go vs Rust: Who wins? 🤔

281 views

4 months ago

timClicks
Rust's iterators are more interesting than they look

Manually creating for loops is error prone and tedious. Learn about how Rust provides tools that make many common errors ...

22:46
Rust's iterators are more interesting than they look

10,668 views

2 years ago

Alex Demko
Rust + Wasm = The ULTIMATE Speed Combo ✨

Ever wondered if WebAssembly is always the answer for web performance? In this deep dive, we'll settle the debate!

0:06
Rust + Wasm = The ULTIMATE Speed Combo ✨

167 views

5 months ago

Jon Gjengset
Solving distributed systems challenges in Rust

In this stream we work through the fly.io distributed systems challenges (https://fly.io/dist-sys/) in Rust, and solve all the way up to ...

3:15:52
Solving distributed systems challenges in Rust

306,770 views

2 years ago

Society of Research Software Engineering
Laura Moran and Freddy Wordingham: Rust for Scientific Computing

A talk from the Large-scale parallel session at RSECon2022. Details: ...

25:32
Laura Moran and Freddy Wordingham: Rust for Scientific Computing

997 views

2 years ago

Jon Gjengset
Crust of Rust: Iterators

In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...

1:26:27
Crust of Rust: Iterators

118,529 views

5 years ago

Alex Demko
Is Rust the SAFEST language? 🛡️

Go and Rust are two of the most popular programming languages right now, but which one should you choose for your next ...

0:04
Is Rust the SAFEST language? 🛡️

284 views

5 months ago

Jon Gjengset
A Cool Generic Concurrency Primitive in Rust

A few years ago, I built a concurrent hash map designed specifically to support highly concurrent reads: ...

6:05:08
A Cool Generic Concurrency Primitive in Rust

41,022 views

5 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

38,294 views

4 years ago

Jon Gjengset
Crust of Rust: Dispatch and Fat Pointers

In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...

2:12:52
Crust of Rust: Dispatch and Fat Pointers

100,157 views

4 years ago

Dario
Rust vs Java: A Staff Engineer's perspective

Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...

25:04
Rust vs Java: A Staff Engineer's perspective

29,015 views

3 years ago

Jon Gjengset
The What and How of Futures and async/await in Rust

Futures are Rust's way of expressing asynchronous computations, but even after reading the documentation, it can be hard to ...

4:10:06
The What and How of Futures and async/await in Rust

114,023 views

7 years ago

DeepSource
Static analysis for Rust | DeepSource

Rust Analyzer (beta) is live on DeepSource. It detects 50+ different types of issues, like performance issues, bug risks, ...

1:53
Static analysis for Rust | DeepSource

2,040 views

4 years ago

Alex Demko
Wasm vs JS: Who Wins? WebAssembly (Rust) vs Web Workers vs Vanilla JS Performance! 🚀

Ever wondered if WebAssembly is always the answer for web performance? In this deep dive, we'll settle the debate!

33:19
Wasm vs JS: Who Wins? WebAssembly (Rust) vs Web Workers vs Vanilla JS Performance! 🚀

590 views

5 months ago