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

JuliaLang / julia / #37672
77%

Build:
DEFAULT BRANCH: master
Ran 02 Feb 2024 04:20PM UTC
Jobs 1
Files 343
Run time 40s
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

02 Feb 2024 07:09AM UTC coverage: 87.812% (+0.004%) from 87.808%
#37672

push

local

web-flow
Hoist boundscheck in vector setindex for arrays (#53149)

As noted by @N5N3 in
https://github.com/JuliaLang/julia/issues/40962#issuecomment-1921469633,
the bounds-check on the elementwise `setindex!` prevents vectorization.
Explicitly performing the bounds-check and marking the `setindex!` as
`@inbounds` speeds up the operation.
```julia
julia> A = zeros(1000); B = rand(1000);

julia> @btime $A[1:end] = @view $B[1:end];
  689.940 ns (0 allocations: 0 bytes) # master
  97.629 ns (0 allocations: 0 bytes) # PR
```

76582 of 87211 relevant lines covered (87.81%)

16156196.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37672.1 02 Feb 2024 04:20PM UTC 343
87.81
Source Files on build #37672
  • Tree
  • List 343
  • Changed 245
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d54a4550 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