ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,500 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

97,885 views

3 months 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)

100,983 views

9 months ago

Jon Gjengset
Crust of Rust: Lifetime Annotations

In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video ...

1:33:23
Crust of Rust: Lifetime Annotations

271,312 views

5 years ago

YouTux Channel
RUST: A Language Without Poetry

00:00 Introduction 05:26 The Paradox of Limits – When Safety Becomes a Cage 10:00 Ownership and Borrowing – The Hidden ...

38:26
RUST: A Language Without Poetry

11,834 views

6 months ago

Jon Gjengset
Implementing a Lox interpreter in Rust

For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.

7:53:42
Implementing a Lox interpreter in Rust

91,744 views

1 year ago

NUS Hackers
FH #278: Rewriting Services in Rust @ TikTok

When a high-traffic payment service hit CPU limits, we took a surgical approach: rewrite only the CPU‑bound endpoints in Rust ...

32:13
FH #278: Rewriting Services in Rust @ TikTok

8,798 views

6 months ago

Jon Gjengset
Crust of Rust: async/await

Finally, we tackle the topic of async/await in Rust, and specifically looking at how to use and think about async/await more so than ...

2:34:01
Crust of Rust: async/await

232,120 views

4 years ago

LinuxConfAu 2018 - Sydney, Australia
Rust Programming Techniques

Nicholas Cameron http://lca2018.linux.org.au/schedule/presentation/22/ Rust is a language for fearless systems programming.

1:32:02
Rust Programming Techniques

98,871 views

8 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

164,611 views

4 years ago

EuroPython Conference
Rust for Python data engineers — Karim Jedda

The Rust programming language offers powerful alternatives with strong compile-time and memory safety guarantees. In this talk ...

27:30
Rust for Python data engineers — Karim Jedda

8,952 views

2 years ago

Jon Gjengset
Vibe coding complex changes in Rust

Those who have followed me for a while may already know that I'm a bit of an ML Luddite — it's not that I'm opposed to the use of ...

2:59:08
Vibe coding complex changes in Rust

48,784 views

7 months ago

Rust Programming Language
RustConf 2018 - Closing Keynote - Using Rust For Game Development by Catherine West

RustConf 2018 - Closing Keynote by Catherine West When you're just starting out in Rust, you start by building small programs.

42:30
RustConf 2018 - Closing Keynote - Using Rust For Game Development by Catherine West

148,650 views

7 years ago

Jon Gjengset
Implementing (parts of) git from scratch in Rust

In this stream, we implement core pieces of git from scratch by following the CodeCrafters git "course" ...

4:29:28
Implementing (parts of) git from scratch in Rust

106,711 views

2 years ago

Tom Delalande
Comparing 10 programming languages. I built the same app in all of them.

Many modern programming languages have some great features like null safety, exhaustive switch statements, error handling, ...

21:33
Comparing 10 programming languages. I built the same app in all of them.

248,137 views

1 year ago

Jon Gjengset
Crust of Rust: Channels

In this (fifth) Crust of Rust video, we cover multi-produce/single-consumer (mpsc) channels, by re-implementing some of the ...

1:43:12
Crust of Rust: Channels

94,803 views

5 years ago

Linux Plumbers Conference
Rust language evolutions for better kernel developer experience - Xiangfei Ding

Rust language evolutions for better kernel developer experience - Xiangfei Ding This activity comprises of two parts. First it will be ...

20:26
Rust language evolutions for better kernel developer experience - Xiangfei Ding

166 views

2 months ago

Jon Gjengset
Crust of Rust: Smart Pointers and Interior Mutability

In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...

2:03:04
Crust of Rust: Smart Pointers and Interior Mutability

153,833 views

5 years ago

All Systems Go!
Forget zbus, zlink is the future of IPC in Rust

https://media.ccc.de/v/all-systems-go-2025-340-forget-zbus-zlink-is-the-future-of-ipc-in-rust Last year, Lennart Poettering of the ...

38:15
Forget zbus, zlink is the future of IPC in Rust

823 views

5 months ago

Jon Gjengset
Crust of Rust: Declarative Macros

In this second Crust of Rust video, we cover declarative macros, macro_rules!, by re-implementing the vec! macro from the ...

1:36:11
Crust of Rust: Declarative Macros

78,171 views

5 years ago

Bootlin
From C to Rust on ESP32: A developer's journey into no_std, Alexis Lothoré

... um that I want to clarify on this project the binary is quite fat currently and that's a shame for an OSTD program improve Rust um ...

26:20
From C to Rust on ESP32: A developer's journey into no_std, Alexis Lothoré

495 views

1 month ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

250,502 views

7 years ago

CNCF [Cloud Native Computing Foundation]
Kubernetes Controllers in Rust: Fast, Safe, Sane - Matei David, Buoyant

Learn more at https://kubecon.io Kubernetes Controllers in Rust: Fast, Safe, Sane - Matei David, Buoyant The Rust programming ...

32:34
Kubernetes Controllers in Rust: Fast, Safe, Sane - Matei David, Buoyant

3,224 views

1 year ago

Jon Gjengset
Porting the guff plot device to Rust

For this stream, I wanted to implement something in Rust where we didn't _also_ need to learn a new technical topic, and instead ...

5:44:40
Porting the guff plot device to Rust

33,441 views

1 year ago

CNCF [Cloud Native Computing Foundation]
The Rustvolution: How Rust Is the Future of Cloud Native - Flynn, Buoyant

Don't miss out! Join us at our next Flagship Conference: KubeCon + CloudNativeCon North America in Salt Lake City from ...

33:51
The Rustvolution: How Rust Is the Future of Cloud Native - Flynn, Buoyant

5,502 views

1 year ago

Jon Gjengset
Crust of Rust: std::collections

In this video we go over the various collection types in the Rust standard library (effectively `std::collections`), and discuss a bit ...

2:45:04
Crust of Rust: std::collections

86,570 views

2 years ago