{"id":50661211,"url":"https://github.com/evaleek/advent-of-code","last_synced_at":"2026-06-08T02:34:02.998Z","repository":{"id":328032159,"uuid":"1107739104","full_name":"evaleek/advent-of-code","owner":"evaleek","description":"Personal Advent of Code solutions","archived":false,"fork":false,"pushed_at":"2025-12-11T21:07:55.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-08T02:34:00.668Z","etag":null,"topics":["advent-of-code","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evaleek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-01T14:49:07.000Z","updated_at":"2025-12-11T21:07:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/evaleek/advent-of-code","commit_stats":null,"previous_names":["evaleek/advent-of-code"],"tags_count":0,"template":false,"template_full_name":"evaleek/advent-of-code-template","purl":"pkg:github/evaleek/advent-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evaleek%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evaleek%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evaleek%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evaleek%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evaleek","download_url":"https://codeload.github.com/evaleek/advent-of-code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evaleek%2Fadvent-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34046003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["advent-of-code","zig"],"created_at":"2026-06-08T02:33:59.970Z","updated_at":"2026-06-08T02:34:02.992Z","avatar_url":"https://github.com/evaleek.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"My solutions to Advent of Code problems.\n\nNote, if running these locally:\nmy solutions assume Unix newline encoding (lines delimited by a single `\\n`)\nand will most likely fail assertions or print the incorrect answer\nfor the Windows `CR LF` or old Mac `CR` styles.\n\n# Benchmarks\n\nMeasured with 10,000 iterations on my Ryzen 9 5900X with Zig `ReleaseFast`.\nThe input is read and allocated from the file,\nand I then repeatedly measure the runtime of the solution function on the allocated input\n(so no IO time is included).\n\n## 2025\n\n| DD/P | Mean runtime ± standard deviation |\n| ---- | --------------------------------- |\n| 01/1 | 72.2 µs ± 1.0 µs                  |\n| 01/2 | 83.8 µs ± 0.6 µs                  |\n| 02/1 | 10.361 ms ± 0.140 ms              |\n| 02/2 | 7.708 ms ± 0.181 ms               |\n| 03/1 | 17.1 µs ± 0.5 µs                  |\n| 03/2 | 0.138 ms ± 2.4 µs                 |\n| 04/1 | 0.136 ms ± 1.2 µs                 |\n| 04/2 | 0.580 ms ± 2.3 µs                 |\n| 05/1 | 40.5 µs ± 0.6 µs                  |\n| 05/2 | 11.6 µs ± 0.3 µs                  |\n| 06/1 | 33.2 µs ± 0.5 µs                  |\n| 06/2 | 26.2 µs ± 0.7 µs                  |\n| 07/1 | 2.5 µs ± 0.2 µs                   |\n| 07/2 | 9.8 µs ± 0.2 µs                   |\n| 08/1 | 41.965 ms ± 1.071 ms              |\n| 08/2 | 54.385 ms ± 0.955 ms              |\n| 09/1 | 0.216 ms ± 1.7 µs                 |\n| 09/2 | 14.733 ms ± 0.348 ms              |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevaleek%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevaleek%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevaleek%2Fadvent-of-code/lists"}