Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayagra/adventofcode


https://github.com/jayagra/adventofcode

advent-of-code

Last synced: 7 days ago
JSON representation

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/release

runtime ( 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