{"id":20991357,"url":"https://github.com/adityachandak287/aoc-2023","last_synced_at":"2026-05-01T05:34:35.341Z","repository":{"id":210985329,"uuid":"726545502","full_name":"adityachandak287/aoc-2023","owner":"adityachandak287","description":"Advent of Code 2023 solutions","archived":false,"fork":false,"pushed_at":"2023-12-18T16:33:27.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T08:13:19.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/adityachandak287.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-02T17:38:04.000Z","updated_at":"2023-12-05T20:39:49.000Z","dependencies_parsed_at":"2023-12-18T19:51:50.787Z","dependency_job_id":"b2a6bf3f-0c41-4f2b-b40c-0f6b4bd4a1ad","html_url":"https://github.com/adityachandak287/aoc-2023","commit_stats":null,"previous_names":["adityachandak287/aoc-2023"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityachandak287%2Faoc-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityachandak287%2Faoc-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityachandak287%2Faoc-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityachandak287%2Faoc-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityachandak287","download_url":"https://codeload.github.com/adityachandak287/aoc-2023/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243401514,"owners_count":20285060,"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-19T06:38:29.501Z","updated_at":"2025-12-29T05:41:36.086Z","avatar_url":"https://github.com/adityachandak287.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2023\n\nLearn more: https://adventofcode.com/2023\n\n## Typescript\n\n```shell\nbun run 01/1a.ts\n\n# Compile Typescript to Javascript (for node)\nnpx tsc 04/typescript/4b.ts --target es2016 --module nodenext --moduleResolution nodenext\nnode 04/typescript/4b.js\n# Skip compile step with ts-node (much slower)\nnpx ts-node 04/typescript/4b.ts\n```\n\n## Python\n\n```shell\npython3 02/2a.py\n\n# profile python code (output in index.html, decrease interval if not enough samples)\npyinstrument --interval=0.000001 --renderer html --outfile index.html 04/python/4b.py\n```\n\n## Golang\n\n```shell\ngo run ./04/go --input ./04/input-04.txt --part A\n\n# Build and run (much faster)\ngo build -o ./04/go/main ./04/go/main.go\n./04/go/main --input ./04/input-04.txt --part A\n```\n\n### Bootstrap\n\nTo bootstrap Golang solution for day 5 for example\n\n1. Copy directory `./templates/go` into `./05`\n2. Update `./05/go/go.mod` file module name to `module 05`\n3. Run command `go work use 05/go`\n\n## Comparing performance by benchmarking using [hyperfine](https://github.com/sharkdp/hyperfine)\n\n```shell\nbash 04/bench.sh\n```\n\nBenchmark output: [04/bench.log](04/bench.log)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityachandak287%2Faoc-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityachandak287%2Faoc-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityachandak287%2Faoc-2023/lists"}