julia> a=rand(1000000); julia> n=length(a);
julia> @allocated for j=1:n
end
63983688
64 MB to run this loop? Is that expected?
Thanks for any insight.
Petr
julia> a=rand(1000000); julia> n=length(a);
julia> @allocated for j=1:n
end
63983688
64 MB to run this loop? Is that expected?
Thanks for any insight.
Petr