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

Improve performance of dynamic invocation of dynamic navs #200

Open
nathanmarz opened this issue Apr 4, 2017 · 1 comment
Open

Improve performance of dynamic invocation of dynamic navs #200

nathanmarz opened this issue Apr 4, 2017 · 1 comment

Comments

@nathanmarz
Copy link
Collaborator

Doing something like (reduce multi-path STOP paths) could be significantly faster, as it's currently paying the cost of an apply in both late-bound-operation and wrap-dynamic-nav. late-bound-operation also does sequence creation/traversal while checking whether args are dynamic or not. With unrolling and more work in the late-bound-operation macro, all of this overhead can be eliminated.

@nathanmarz
Copy link
Collaborator Author

Should also look into optimizing dynamic-param? by using a marker interface that each dynamic type implements. Then dynamic-param? just does an instance? check on that type rather than checking for each specific type.

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