You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
There are several optimization opportunities that should be explored.
These should be explored after #1 is solved.
The text was updated successfully, but these errors were encountered: