ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,200 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,541 views

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

85,361 views

2 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,132 views

4 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)

96,276 views

7 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

266,927 views

5 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,710 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

161,183 views

3 years ago

The Linux Foundation
Rust: Removing the Sharp Edges from Systems Programming - Jonathan Creekmore, Star Lab

Rust: Removing the Sharp Edges from Systems Programming - Jonathan Creekmore, Star Lab Systems programs are at the base ...

50:14
Rust: Removing the Sharp Edges from Systems Programming - Jonathan Creekmore, Star Lab

10,176 views

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

93,882 views

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

147,917 views

7 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

47,065 views

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

998 views

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

89,291 views

1 year ago

timClicks
Rust's iterators are more interesting than they look

... Like this video if you found it helpful, and share it with your friends who are also interested in Rust programming.

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

10,670 views

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

248,011 views

6 years ago

SwedenCpp
Mats Kindahl: A C++ programmer's view on Rust

Rust is a relatively new language that has been voted as the most popular programming language in the Stack Overflow ...

1:05:04
Mats Kindahl: A C++ programmer's view on Rust

8,258 views

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

229,533 views

4 years ago

timClicks
Pixelate an image in less than 50 lines of code - Learning Rust Creatively

... Like this video if you found it helpful, and share it with your friends who are also interested in Rust programming.

34:41
Pixelate an image in less than 50 lines of code - Learning Rust Creatively

4,860 views

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

77,319 views

5 years ago

Code Geek
Functional Programming in Rust - Why Rust?

Functional Programming in Rust - Why Rust? We'll chart a course by which to explore the functional capabilities of the Rust ...

1:20:28
Functional Programming in Rust - Why Rust?

2,869 views

4 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

105,110 views

1 year ago

FOSS4G
FOSS4G 2021 - Geospatial programming with Rust

Rust is one of the emerging new programming languages which is well suited for geospatial applications and especially libraries.

30:33
FOSS4G 2021 - Geospatial programming with Rust

1,422 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,170 views

4 years ago

Cave of Programming
Realtime Producer Consumer: Exploring Rust Part 043

How to continuously feed a video or audio thread with data in Rust using channels and data block recycling. Blog, including Rust ...

22:09
Realtime Producer Consumer: Exploring Rust Part 043

145 views

11 days ago

Jon Gjengset
Crust of Rust: Sorting Algorithms

In this Crust of Rust episode, we implement some common sorting algorithms in Rust. This episode doesn't aim to explain any ...

2:37:53
Crust of Rust: Sorting Algorithms

67,169 views

5 years ago