Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuse complex conversion with function application for symmetric (Juli…
…aLang#55391) This avoids allocating an intermediate array, which reduces allocation slightly. ```julia julia> S = Symmetric(diagm(0=>-rand(100))); julia> @Btime $S^0.2; 479.196 μs (25 allocations: 560.20 KiB) # nightly v"1.12.0-DEV.994" 478.213 μs (23 allocations: 558.58 KiB) # This PR ```
- Loading branch information