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

jstedfast / MimeKit / 4.9.0.1492
95%
master: 94%

Build:
Build:
LAST BUILD BRANCH: mime-compliance-violations
DEFAULT BRANCH: master
Ran 25 Jan 2025 10:33PM UTC
Jobs 1
Files 186
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

25 Jan 2025 10:04PM UTC coverage: 94.511% (+0.02%) from 94.496%
4.9.0.1492

push

coveralls.net

jstedfast
Update MimeReader to use Span<T> for built-in intrinsics

It's gotten to a point where .NET Core's built-in SIMD optimizations
in Span<T>.IndexOf() have gotten as good or better than my current
optimization for scanning until a '\n' in ScanContent().

It also allows me to now use Span<T>.IndexOf() in all other locations
that were using `while (*inptr != '\n') inptr++`, so we get improved
performance in those locations for free.

In some ways, it's sad to see the end of an era - but also exciting
because MimeReader is now faster than ever!

31181 of 32992 relevant lines covered (94.51%)

0.95 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
89.11
1.04% D/a/MimeKit/MimeKit/MimeKit/Cryptography/OpenPgpContext.cs
5
98.77
-0.15% D/a/MimeKit/MimeKit/MimeKit/AsyncMimeReader.cs
7
73.53
-20.59% D/a/MimeKit/MimeKit/MimeKit/Cryptography/OpenPgpDigitalCertificate.cs
8
98.64
-0.09% D/a/MimeKit/MimeKit/MimeKit/MimeReader.cs
Jobs
ID Job ID Ran Files Coverage
1 4.9.0.1492.1 25 Jan 2025 10:33PM UTC 186
94.51
Source Files on build 4.9.0.1492
  • Tree
  • List 186
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5f25f1f8 on github
  • Prev Build on master (#4.9.0.1491)
  • Next Build on mimereader-span (#4.10.0.1500)
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

© 2025 Coveralls, Inc