Searching across multiple documents in parallel with Rayon. To see the exercises code as it was when I recorded the video: git clone https:/… ...more
Update: I just discussed this with my son and I really want to emphasise: It does make a difference who is in power. The previous Labour government si… ...more
How to spawn threads and deal with lifetimes, how to send or share state across threads, and what Send and Sync mean. Series: Language basics, More s… ...more
What concurrency and parallelism are, a brief intro to Rayon, and a quick note on closures. Series: Language basics, More syntax, Traits and generics… ...more
Testing, benchmarking and optimising a small program that plays FizzBuzz. To see the exercises code as it was when I recorded the video: git clone ht… ...more