{"id":22057090,"url":"https://github.com/fspoettel/advent-of-code-2022","last_synced_at":"2025-05-12T16:02:16.910Z","repository":{"id":75718577,"uuid":"570872254","full_name":"fspoettel/advent-of-code-2022","owner":"fspoettel","description":"  🦀 Rust solutions for Advent of Code 2022","archived":false,"fork":false,"pushed_at":"2023-11-24T08:24:13.000Z","size":309,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T23:51:14.987Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fspoettel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-26T12:05:44.000Z","updated_at":"2023-11-05T00:30:51.000Z","dependencies_parsed_at":"2023-03-11T20:19:15.231Z","dependency_job_id":null,"html_url":"https://github.com/fspoettel/advent-of-code-2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"fspoettel/advent-of-code-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fadvent-of-code-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fadvent-of-code-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fadvent-of-code-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspoettel%2Fadvent-of-code-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fspoettel","download_url":"https://codeload.github.com/fspoettel/advent-of-code-2022/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253773179,"owners_count":21962187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-30T16:16:06.485Z","updated_at":"2025-05-12T16:02:16.848Z","avatar_url":"https://github.com/fspoettel.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./.assets/christmas_ferris.png\" width=\"164\"\u003e\n\n# 🎄 Advent of Code 2022\n\nSolutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/).\n\n\u003c!--- advent_readme_stars table ---\u003e\n## 2022 Results\n\n| Day | Part 1 | Part 2 |\n| :---: | :---: | :---: |\n| [Day 1](https://adventofcode.com/2022/day/1) | ⭐ | ⭐ |\n| [Day 2](https://adventofcode.com/2022/day/2) | ⭐ | ⭐ |\n| [Day 3](https://adventofcode.com/2022/day/3) | ⭐ | ⭐ |\n| [Day 4](https://adventofcode.com/2022/day/4) | ⭐ | ⭐ |\n| [Day 5](https://adventofcode.com/2022/day/5) | ⭐ | ⭐ |\n| [Day 6](https://adventofcode.com/2022/day/6) | ⭐ | ⭐ |\n| [Day 7](https://adventofcode.com/2022/day/7) | ⭐ | ⭐ |\n| [Day 8](https://adventofcode.com/2022/day/8) | ⭐ | ⭐ |\n| [Day 9](https://adventofcode.com/2022/day/9) | ⭐ | ⭐ |\n| [Day 10](https://adventofcode.com/2022/day/10) | ⭐ | ⭐ |\n| [Day 11](https://adventofcode.com/2022/day/11) | ⭐ | ⭐ |\n| [Day 12](https://adventofcode.com/2022/day/12) | ⭐ | ⭐ |\n| [Day 13](https://adventofcode.com/2022/day/13) | ⭐ | ⭐ |\n| [Day 14](https://adventofcode.com/2022/day/14) | ⭐ | ⭐ |\n| [Day 15](https://adventofcode.com/2022/day/15) | ⭐ |   |\n| [Day 16](https://adventofcode.com/2022/day/16) | ⭐ |   |\n| [Day 20](https://adventofcode.com/2022/day/20) | ⭐ | ⭐ |\n\u003c!--- advent_readme_stars table ---\u003e\n\n\u003c!--- benchmarking table ---\u003e\n## Benchmarks\n\n| Day | Parser | Part 1 | Part 2 |\n| :---: | :---: | :---: | :---:  |\n| [Day 1](./src/bin/01.rs) | `35.7µs` | `15.0ns` | `5.2µs` |\n| [Day 2](./src/bin/02.rs) | `24.2µs` | `126.0ns` | `4.8µs` |\n| [Day 3](./src/bin/03.rs) | `4.4µs` | `13.7µs` | `12.8µs` |\n| [Day 4](./src/bin/04.rs) | `34.6µs` | `23.0ns` | `26.0ns` |\n| [Day 5](./src/bin/05.rs) | `66.7µs` | `34.5µs` | `33.1µs` |\n| [Day 6](./src/bin/06.rs) | `2.9µs` | `10.3µs` | `35.3µs` |\n| [Day 7](./src/bin/07.rs) | `68.6µs` | `103.0ns` | `209.0ns` |\n| [Day 8](./src/bin/08.rs) | `34.1µs` | `227.6µs` | `465.3µs` |\n| [Day 9](./src/bin/09.rs) | `37.0µs` | `166.3µs` | `372.8µs` |\n| [Day 10](./src/bin/10.rs) | `4.0µs` | `478.0ns` | `3.3µs` |\n| [Day 11](./src/bin/11.rs) | `3.6µs` | `11.0µs` | `6.3ms` |\n| [Day 12](./src/bin/12.rs) | `13.7µs` | `202.5µs` | `226.0µs` |\n| [Day 13](./src/bin/13.rs) | `538.3µs` | `321.0µs` | `2.6ms` |\n| [Day 14](./src/bin/14.rs) | `522.2µs` | `71.4µs` | `1.6ms` |\n| [Day 15](./src/bin/15.rs) | `4.7µs` | `59.9ms` | `-` |\n| [Day 20](./src/bin/20.rs) | `84.4µs` | `7.4ms` | `75.1ms` |\n\n**Total: 156.60ms**\n\u003c!--- benchmarking table ---\u003e\n\nAll solutions are measured (nonscientifically) via `cargo run --release` on a _M1 Macbook Air 2020_.\n\n---\n\nGenerated from [fspoettel/advent-of-code-rust](https://github.com/fspoettel/advent-of-code-rust). See [readme](https://github.com/fspoettel/advent-of-code-rust#readme) for instructions how to setup your own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspoettel%2Fadvent-of-code-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffspoettel%2Fadvent-of-code-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspoettel%2Fadvent-of-code-2022/lists"}