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

jstedfast / MimeKit / 4.13.0.1702 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 25 Jul 2025 09:53PM UTC
Files 190
Run time 5s
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 Jul 2025 09:46PM UTC coverage: 94.656% (-0.1%) from 94.796%
4.13.0.1702.1

push

coveralls.net

web-flow
Optimized the Base64Encoder to use hardware acceleration when available (#1176)

* Optimized the Base64Encoder to use hardware acceleration when available

Also replaced Base64Encoder for rfc2047 encoded-word uses with a new
BEncoder class that doesn't need to keep state.

* Make the non-hwaccel Base64Encoder code-path unit testable

* Improved encoder/decoder benchmarks a bit

* Don't cap Base64Encoder's maxLineLength to 76

After some benchmarking, it seems that a maxLineLength of 80 is pretty close
to the maximum throughput that we can get out of the hwaccel code-paths
(at least on a CPU that only supports up to AVX2) without going
significantly over the MIME standard line length.

While maxLineLengths of 96, 112, and 128 are all faster (for example),
they are barely faster.

That said, the Base64.EncodeToUtf8() method is still, obviously, faster.

32341 of 34167 relevant lines covered (94.66%)

0.95 hits per line

Source Files on job 4.13.0.1702.1
  • Tree
  • List 190
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4
  • a6fa9c00 on github
  • Prev Job for on master (#4.13.0.1675.1)
  • Next Job for on master (#4.13.0.1704.1)
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