Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make solvePart01 and solvePart02 Asyncronous #28

Open
ABausG opened this issue Dec 10, 2024 · 1 comment · May be fixed by #29
Open

Make solvePart01 and solvePart02 Asyncronous #28

ABausG opened this issue Dec 10, 2024 · 1 comment · May be fixed by #29

Comments

@ABausG
Copy link

ABausG commented Dec 10, 2024

My solution yesterday was taking quite long (>5 minutes) I think there could be some time saved if the solve function where asynchronous so we could use Future.wait to run multiple calculations in parallel

@S-ecki
Copy link
Owner

S-ecki commented Dec 11, 2024

This would be a great idea! We could also use Isolates in that case!
I am not participating in this year's AoC as I have my plate full - but if you would be open to make a PR with the change, I would be happy to accept it!

@ABausG ABausG linked a pull request Dec 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants