FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ServiceStack.Contrib/src/ServiceStack.Compression at master · ServiceStackV3/ServiceStack.Contrib · GitHub

Latest commit

 

History

History

README.md

Alternative Compression implementations for ServiceStack

Earlier versions of .NET (i.e. 2.0) had a very poor implementation of GZip/DeflateStream which was much slower and took longer than the equivalent compression routines provided by SharpZipLib excellent implementation.

Usage

To configure ServiceStack to use the deserialization libs in this project add this to your AppHost:

StreamExtensions.DeflateProvider = new ICSharpDeflateProvider();
StreamExtensions.GZipProvider = new ICSharpGZipProvider();

Back | FazBrowse Home | New Git URL