BorsukSoftware.Utils.StreamMerging released

Borsuk Software  » blog »  BorsukSoftware.Utils.StreamMerging released

BorsukSoftware.Utils.StreamMerging released

0 Comments

As part of a project we’re working on, we needed to be able to consume multiple chunks of compressed data on disc as a single uncompressed stream. We couldn’t find any existing libraries to do this so we had to create our own and as it’s rather generic, we thought we’d share it in case anyone else finds it useful.

It currently targets .net standard 2.1 in order to use instances of Span<..>, but it can also be modified relatively easily to use .net standard 2.0.

The package can be downloaded from nuget and the source code is available on our GitHub page.


Leave a Reply

Your email address will not be published. Required fields are marked *