• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / #37888
77%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2024 10:32AM UTC
Jobs 1
Files 361
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Aug 2024 03:15AM UTC coverage: 87.882% (+0.007%) from 87.875%
#37888

push

local

web-flow
Specialize newindex for StructuredMatrix broadcasting (#55626)

This provides most of the benefits seen in
https://github.com/JuliaLang/julia/pull/55604. The simpler
implementation appears to help with branch-prediction in inferring the
zero elements of the structured matrices.
The improved performance as a consequence:
```julia
julia> using LinearAlgebra

julia> U = UpperTriangular(rand(3000,3000)); D = Diagonal(rand(size(U,1)));

julia> @btime $U .+ $D;
  23.405 ms (3 allocations: 68.66 MiB) # nightly
  15.266 ms (3 allocations: 68.66 MiB) # This PR
```

---------

Co-authored-by: Matt Bauman <mbauman@juliahub.com>

1 of 1 new or added line in 1 file covered. (100.0%)

311 existing lines in 8 files now uncovered.

78288 of 89083 relevant lines covered (87.88%)

16819463.81 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.67
-0.15% stdlib/LinearAlgebra/src/matmul.jl
3
99.07
0.06% stdlib/LinearAlgebra/src/special.jl
3
78.26
-13.04% base/locks-mt.jl
13
94.41
0.19% stdlib/LinearAlgebra/src/diagonal.jl
15
96.81
0.02% stdlib/LinearAlgebra/src/bidiag.jl
29
93.38
0.09% stdlib/LinearAlgebra/src/tridiag.jl
105
87.3
-0.26% base/reflection.jl
142
81.31
0.22% stdlib/REPL/src/REPL.jl
Jobs
ID Job ID Ran Files Coverage
1 #37888.1 30 Aug 2024 10:32AM UTC 361
87.88
Source Files on build #37888
  • Tree
  • List 361
  • Changed 251
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fdc10908 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc