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

Optimizations #2

Open
1 of 2 tasks
zachbutton opened this issue Sep 11, 2023 · 0 comments
Open
1 of 2 tasks

Optimizations #2

zachbutton opened this issue Sep 11, 2023 · 0 comments

Comments

@zachbutton
Copy link
Owner

zachbutton commented Sep 11, 2023

There are several optimization opportunities that should be explored.

  • The _generated values could potentially be used to jump-start the crystal passed into the next Crystalizer in functions like with, without, etc...
  • Considered in relation to the above, we're creating a lot of new arrays and new initializations of Crystalizer. Consider where this can be reduced, while still maintaining external immutability.

These should be explored after #1 is solved.

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

No branches or pull requests

1 participant