Тёмный
No video :(

Rust: Weak References 

The Dev Method
Подписаться 6 тыс.
Просмотров 3,9 тыс.
50% 1

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@killermonkey1392
@killermonkey1392 Год назад
Amazing video. Coming from a mostly C/C++ and Python background, I have experienced some frustration trying to implement trees with parent references in Rust, experimenting with Option
@aricsebastian963
@aricsebastian963 Год назад
I like that he is like "well it says (weak) but nothing is there... trust me". Sounds like he has spent a lot of time debugging while putting this together lol :D
@tathagataroy5153
@tathagataroy5153 Год назад
Thanks for the video! As a person getting into systems engineering seeing these concepts used in concrete code helps.
@ravidborse
@ravidborse 4 месяца назад
Thanks.. 👍
@antoniocorbibellot6532
@antoniocorbibellot6532 Год назад
Thanks for the video! I try to think about strong/weak references like: "strong implies ownership while weak doesn't", being the latter (weak) more like a bare pointer.
@mrme5694
@mrme5694 Год назад
I like the fact he explains between code executions we did this in this paragraph we did that in this paragraph. He doesn't gloss over but is balanced in giving details.
@jeffg4686
@jeffg4686 Год назад
let a = Rc::new(Cons(5, RefCell::new(Rc:new(Nil)))); What this snippet tells me is that writing small functions is more relevant in Rust than typical language. At least you can read it at a high level with small functions.
@lautaroblasco
@lautaroblasco Год назад
Great video!
@johnrinehart
@johnrinehart Год назад
Awesome
@eriife_michael
@eriife_michael 9 месяцев назад
What theme / font are you using in this video?
Далее
Rust: Spawn a Thread
6:54
Просмотров 2,9 тыс.
Rust: Send Data between Threads
8:26
Просмотров 10 тыс.
Rust: Reference Counted Smart Pointer
6:25
Просмотров 1,8 тыс.
Smart Pointers in Rust - Reference Cycles
15:38
Просмотров 21 тыс.
Rust: Iterators
20:07
Просмотров 15 тыс.
Rust and RAII Memory Management - Computerphile
24:22
Просмотров 225 тыс.
All Rust string types explained
22:13
Просмотров 166 тыс.
Rust Demystified 🪄 Simplifying The Toughest Parts
14:05
Rust: Deref Trait
15:06
Просмотров 8 тыс.
Rust | Avoid Memory Leaks with Weak References
10:35
Просмотров 1,1 тыс.
Self-referential structs (in Rust)
27:21
Просмотров 53 тыс.