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

remove unbound type parameters #478

Closed
wants to merge 1 commit into from
Closed

remove unbound type parameters #478

wants to merge 1 commit into from

Conversation

nsajko
Copy link

@nsajko nsajko commented Sep 9, 2022

Unbound type parameters often cause performance issues and run time dispatch.

Issue found using JuliaLang/julia#46608

Unbound type parameters often cause performance issues and run time
dispatch.

Issue found using JuliaLang/julia#46608
@fsaad
Copy link
Collaborator

fsaad commented Nov 1, 2022

Thanks @nsajko, this fix was implemented in #481

@fsaad fsaad closed this Nov 1, 2022
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

Successfully merging this pull request may close these issues.

2 participants