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

Not optimized #1

Open
CaptEmulation opened this issue Jun 26, 2016 · 1 comment
Open

Not optimized #1

CaptEmulation opened this issue Jun 26, 2016 · 1 comment

Comments

@CaptEmulation
Copy link
Owner

Dependencies are frequently recomputed. Relatively expensive closures are often re-created with identical properties. One way to optimize is caching closures onto a runtime generated prototype and create fresh instances with the computed functionality.

@CaptEmulation
Copy link
Owner Author

There has to be some way to split the dsl building and dependency resolution bits as well.

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