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

use @inbounds when getting the element of a tuple? #15

Open
nsajko opened this issue Jan 19, 2025 · 0 comments
Open

use @inbounds when getting the element of a tuple? #15

nsajko opened this issue Jan 19, 2025 · 0 comments

Comments

@nsajko
Copy link
Collaborator

nsajko commented Jan 19, 2025

As shown in JuliaLang/julia#57091, deleting the bounds checking at an early stage may help the compiler generate better code.

Notes:

  • Not sure if the consideration applies here, given that checked_size_product is unlikely to be called with a large tuple
  • We lose :foldable by default by using @inbounds
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

No branches or pull requests

1 participant