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

Added "on cache" solution #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Martin521
Copy link

Thanks for the nice blog post. I went through very similar considerations, but then ended up in caching not the call result, but the sum of those results. Or, to say it differently, I ran the algorithm on the cache rather than just caching intermediate results.
For the 75 blinks required for part 2 of Day11 this is faster (by a factor of 2) than the dictionary caching. (Well, List.groupBy also uses a dictionary internally.)
The code is in this PR.

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 this pull request may close these issues.

1 participant