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

jstedfast / MimeKit / 4.9.0.1474
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: nullable-api2
DEFAULT BRANCH: master
Ran 03 Jan 2025 02:06AM 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

02 Jan 2025 09:01PM UTC coverage: 94.311% (-0.02%) from 94.333%
4.9.0.1474

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!

31114 of 32991 relevant lines covered (94.31%)

0.94 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
5
98.77
-0.15% D/a/MimeKit/MimeKit/MimeKit/AsyncMimeReader.cs
8
98.64
-0.09% D/a/MimeKit/MimeKit/MimeKit/MimeReader.cs
Jobs
ID Job ID Ran Files Coverage
1 4.9.0.1474.1 03 Jan 2025 02:06AM UTC 186
94.31
Source Files on build 4.9.0.1474
  • Tree
  • List 186
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ee1a14c5 on github
  • Prev Build on master (#4.9.0.1472)
  • Next Build on mimereader-span (#4.9.0.1492)
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