samgeo.codes

Advent of Code 2022

Advent of Code 2022 was a lot of fun. I have loved reading through Amos' Rust writeups. And MN in the RC community encouraged me to do a series of my own!

In this series, I will walk through assembling an algorithmic approach to solving each problem using Python. And then I will adapt the solution to Rust and see:

  • What performance gains do we get "for free"?
  • Does Rust offer tools for improving the performance of the algorithm even further?

Let's dive in!