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

Fix performance bug: ensure to_index is inlined #170

Merged
merged 1 commit into from
Aug 30, 2019
Merged

Conversation

c42f
Copy link
Member

@c42f c42f commented Aug 30, 2019

I believe this fixes #169 - looks like I needed an extra an @inline in #163

@timholy
Copy link
Member

timholy commented Aug 30, 2019

Bummer it doesn't do that automatically. Clearly the automatic inliner still needs some work. Though currently something that works for 3d might not for 4d, so perhaps for array operations we'll always need manual annotation.

@c42f c42f merged commit a28d934 into master Aug 30, 2019
@c42f c42f deleted the cjf/fix-toindex-perf branch August 30, 2019 22:28
@c42f
Copy link
Member Author

c42f commented Aug 30, 2019

Thanks Tim.

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.

significant performance regression versus 0.3.0
2 participants