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

JuliaLang / julia / #37223
77%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2022 11:09AM UTC
Jobs 1
Files 382
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

pending completion
#37223

push

local

web-flow
Speed up `searchsortedfirst`. (#46151)

* Speed up `searchsortedfirst`.

This implementation:
- replaces midpoint computation with binary shift (division by 2)
- starts with a slightly narrower range `[lo, hi + 1]` instead of `[lo-1, hi+1]`
- narrows the range slightly faster by bumping `lo` to `m+1` instead of `m`

79869 of 85198 relevant lines covered (93.75%)

19704105.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37223.1 07 Aug 2022 11:09AM UTC 0
93.75
Source Files on build #37223
Detailed source file information is not available for this build.
  • Back to Repo
  • 4a5f2bb8 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