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

JuliaLang / julia / #37406
77%

Build:
DEFAULT BRANCH: master
Ran 15 Jan 2023 11:52AM UTC
Jobs 1
Files 388
Run time 10s
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
#37406

push

local

web-flow
In string search, replace unsafe_wrap with codeunits (#48275)

Currently, `findfirst(::String, ::String)` will eventually end up calling
`unsafe_wrap` on both arguments, in order to use Julia's generic vector search
functions. This causes unnecessary allocations.

This PR replaces use of `unsafe_wrap` with `codeunits`, removing the allocation.

See also: #45393

81238 of 87595 relevant lines covered (92.74%)

29569553.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37406.1 15 Jan 2023 11:52AM UTC 0
92.74
Source Files on build #37406
Detailed source file information is not available for this build.
  • Back to Repo
  • 0371bf44 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