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
Is there any reason why we use mappedarray rather than plain reinterpret here?
mappedarray
reinterpret
ImageCore.jl/src/ImageCore.jl
Line 124 in edd2078
This adds a few performance overheads to ImageMorphology JuliaImages/ImageMorphology.jl#103 because pointer of MappedArray is an invalid concept.
pointer
I notice this is written 4-6 years ago, is it because reinterpret for array type was not yet available?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there any reason why we use
mappedarray
rather than plainreinterpret
here?ImageCore.jl/src/ImageCore.jl
Line 124 in edd2078
This adds a few performance overheads to ImageMorphology JuliaImages/ImageMorphology.jl#103 because
pointer
of MappedArray is an invalid concept.I notice this is written 4-6 years ago, is it because
reinterpret
for array type was not yet available?The text was updated successfully, but these errors were encountered: