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

jstedfast / MimeKit / 3.2.0.473
95%

Build:
DEFAULT BRANCH: master
Ran 30 May 2022 03:51PM UTC
Jobs 1
Files 183
Run time 8min
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
3.2.0.473

push

coveralls.net

fyodorklimenko
Compression: improve memory usage.

The current implementation of the compression algorithm gets encoded
data using the `CmsCompressedData.GetEncoded` method:
https://github.com/bcgit/bc-csharp/blob/release-1.9.0/crypto/src/cms/CMSCompressedData.cs#L105

This method delegates real work to the `Asn1Encodable` class which
initializes one more temporary `MemoryStream` to get an array of
bytes:
https://github.com/bcgit/bc-csharp/blob/release-1.9.0/crypto/src/asn1/Asn1Encodable.cs#L23

Suggested solution writes encoded data directly into the stream.

30134 of 32326 relevant lines covered (93.22%)

52215.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.2.0.473.1 30 May 2022 03:51PM UTC 0
93.22
Source Files on build 3.2.0.473
Detailed source file information is not available for this build.
  • Back to Repo
  • 1effef9e on github
  • Prev Build on master (#3.2.0.467)
  • Next Build on master (#3.2.0.481)
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