We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Base.getproperty
After removing Base.getproperty, you need to check if the exported API is type stable and how the performance changes.
SHA.jl/src/types.jl
Lines 42 to 54 in 918aff1
Lines 90 to 102 in 918aff1
The text was updated successfully, but these errors were encountered:
@staticfloat I think it is safe to close this based on the linked PR :D
Sorry, something went wrong.
it is safe to close this
Nope, Base.getproperty is still in the code base.
We may need to check the type stability and performance of each API after removing getproperty. I will open a new issue to track this. (77)
This issue is opened after pr 75.
Successfully merging a pull request may close this issue.
After removing
Base.getproperty
, you need to check if the exported API is type stable and how the performance changes.SHA.jl/src/types.jl
Lines 42 to 54 in 918aff1
SHA.jl/src/types.jl
Lines 90 to 102 in 918aff1
The text was updated successfully, but these errors were encountered: