I tried that "change" because of this part of the documentation (in
http://docs.julialang.org/en/release-0.4/manual/performance-tips/) :
For example:
julia> type MyType{T<:AbstractFloat}
a::T
end
This is a better choice than
julia> type MyStillAmbiguousType
a::AbstractFloat
end
Le mardi 12 juillet 2016 17:32:09 UTC+2, Yichao Yu a écrit :
>
> On Tue, Jul 12, 2016 at 11:10 AM, Fred <[email protected] <javascript:>>
> wrote:
> > I am referring to all 3, ie the type of Ions_frag :)
>
> Well, can you quote the performance tip? There's nothing wrong with
> the type you are using in terms of performance so I'd like to know
> which part of the doc is misleading.
>
>