Gabriel Baraldi

Results 230 comments of Gabriel Baraldi

For things it knows are fine it does do an efficient mapping like ```julia julia> map(sin, Diagonal([1, 2])) 2×2 Diagonal{Float64, Vector{Float64}}: 0.841471 ⋅ ⋅ 0.909297 ``` So I'm not sure...

It seems to have broken in `1.1` already

LGTM, I don't know of a way we could automatically do some checks for errors like these, but that might be something to keep in mind

@nanosoldier runbenchmarks(!"scalar", vs=":master")

I don't think that run ever went through

@nanosoldier runbenchmarks(!"scalar", vs=":master")

There is no malloc_trim in macos libc, at least man and google tell me so, apparently it's a GNU specific extension.

I was doing some reading and apparently macos is very lazy on returning memory to the kernel, if the memory pressure increases it does do it, but only then. On...

Don't believe those docs so much, they aren't updated that frequently unfortunately

The multiversioning stuff is a bit out of my water so what I did was kind of pattern matching.