Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayagra/adventofcode
https://github.com/jayagra/adventofcode
advent-of-code
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayagra/adventofcode
- Owner: JayAgra
- License: mit
- Created: 2023-12-01T19:49:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T07:00:45.000Z (about 1 year ago)
- Last Synced: 2024-11-16T07:38:29.857Z (2 months ago)
- Topics: advent-of-code
- Language: Rust
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
advent of code
you will need to insert your own input.txt content in the root directory of each project (in the same directory as Cargo.toml), and then build from the workspace directory (builds all projects):
cargo build -r
find and run the executable, located in /target/releaseruntime ( m2 air) for all parts (avg from 1000 runs, using time and a shell script):
---------- 2023 ----------
day 1 1.34 ms Rust
day 2 1.26 ms Rust
day 3 184.50 ms Rust
day 4 1.50 ms Rust
day 5 1.18 ms Rust (part 1)
day 6 1.12 ms Rust
day 7 2.19 ms Rust
day 8 2.85 ms Rust
day 9 1.46 ms Rust---------- 2022 ----------
day 1 1.38 ms Rust