My solutions to Advent of Code puzzles.
All benchmarks are run on a Dell Precision 5550 laptop with an Intel Core i7-10875H CPU.
Day | Part 1 Performance | Part 2 Performance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Thanks to cargo-aoc
, answers and performance benchmarks for all days are obtainable by running the main binary.
cargo run --release
All days also include tests using sample inputs from the puzzle descriptions.
cargo test
This project is dual-licensed to be compatible with the Rust project, under either the MIT or Apache 2.0 licenses.