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

INLINE Pragmas #22

Closed
aspiwack opened this issue Aug 14, 2018 · 0 comments · Fixed by #24
Closed

INLINE Pragmas #22

aspiwack opened this issue Aug 14, 2018 · 0 comments · Fixed by #24

Comments

@aspiwack
Copy link
Member

I think all the methods should have INLINE pragmas: many of them are just coercions, which inline well, and more importantly combine well, but even the other are quite short and should compose well. And since we are typically combining 3 or 4 layers of these, we would pay an unnecessary cost with respect to hand written instances.

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 a pull request may close this issue.

1 participant