-
Notifications
You must be signed in to change notification settings - Fork 149
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
mapreduce
/mapfoldl
unrolls fully, failing to compile for large static sizes
#1028
Comments
This happens because The broader problem is discussed in #439. |
Base.in
with large SizedArray
mapreduce
/mapfoldl
unrolls fully, failing to compile for large static sizes
I see. BTW, I turn into using |
When you have more than 1000 elements in an array, then I doubt there is any function in StaticArrays.jl that would be actually faster than the plain Array implementation. Are you sure you actually need |
I use |
|
MWE:
The text was updated successfully, but these errors were encountered: