Media Summary: Modifying our code from the last video to make it actually concurrent. From this chapter: ... Note: neglected to type the whole thing but the pattern mentioned 12 seconds in requires a Mutex or RwLock inside an Arc ... Now that we know how an Rc works, it's time to actually use one. From this chapter: ...
Easy Rust 121 Multiple Threads - Detailed Analysis & Overview
Modifying our code from the last video to make it actually concurrent. From this chapter: ... Note: neglected to type the whole thing but the pattern mentioned 12 seconds in requires a Mutex or RwLock inside an Arc ... Now that we know how an Rc works, it's time to actually use one. From this chapter: ... 1) The model gets working : part 3 : 2) Benchmark Python vs. A few functions for reference counters, plus what strong count means. From this chapter: ...