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

Further performance and memory allocation improvements #48

Closed
dadhi opened this issue Nov 13, 2017 · 1 comment
Closed

Further performance and memory allocation improvements #48

dadhi opened this issue Nov 13, 2017 · 1 comment

Comments

@dadhi
Copy link
Owner

dadhi commented Nov 13, 2017

Ideas:

  1. Opt-in removal of 1st expression traversal round for collecting constants for closure.
    It is not neccessary if you know the lambda is pure. (Allow to provide pre-constructed closure object into TryCompile #75)

  2. Optimize internal structures, especially related to closure and nested lambda support

  3. Some kind of caching. For what?

  4. add yours

@dadhi dadhi added this to the 2.0.0 milestone Jul 24, 2018
@dadhi
Copy link
Owner Author

dadhi commented Sep 7, 2018

Too general: I have created separate #132, #123, #116 issues to address specific ideas.

@dadhi dadhi closed this as completed Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant