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

JuliaLang / julia / #37888 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2024 10:32AM UTC
Files 361
Run time 13s
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.1

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>

78288 of 89083 relevant lines covered (87.88%)

16819463.81 hits per line

Source Files on job #37888.1
  • Tree
  • List 361
  • Changed 251
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37888
  • fdc10908 on github
  • Prev Job for on master (##37887.1)
  • Next Job for on master (##37889.1)
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