Andy Balaam's Blog
  • About Andy Balaam
  • All articles
Rust 101 - 26: Exercises for module C (q1)

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

May 22, 2024 [Programming, Rust, Tech, Videos]
Choosing who to vote for in the 2024 UK General Election

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

May 22, 2024 [Uncategorized]
Rust 101 - 25: Threads, Mutexes, channels, Send and Sync

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

May 16, 2024 [Programming, Rust, Tech, Videos]
Rust 101 - 24: Parallelism and Rayon

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

May 13, 2024 [Async programming, Programming, Rust, Tech, Videos]
Rust 101 - 23 Exercises for module B (q3)

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

May 04, 2024 [Performance, Programming, Programming Languages, Rust, Tech, Videos]
1 2 ...1213141516 ... 111 112
Recent
Mini-rust in Rust 028: Lexing plus-equals
Standing again for the Matrix Governing Board
Testing nonexistence
Mini-rust in Rust 027: Parsing blocks of code
Mini-rust in Rust 026: Parsing an empty while loop
Mini-rust in Rust 025: Parsing let mut
Mini-rust in Rust 024: Lexing the <= sign
Mini-rust in Rust 023: Refactor to share structure of the syntax tree
Rust tracing basic setup
Mini-rust in Rust 022: Stop lying about types in errors
Mini-rust in Rust 021: Including type information in our syntax tree
Mini-rust in Rust 020: Gaps in our type checker
Mini-rust in Rust 019: Type checking an actual type error
Mini-rust in Rust 018: Type checking, the happy path
Mini-rust in Rust 017: Handling float literals
Andy's home page Categories Sitemap RSS Feed

© 2005 onwards Andy Balaam. CC BY-SA except where otherwise stated (source code). Powered by Zola & Abridge