BrotliSharpLib

(โ˜… 99)

Full C# port of Brotli compression algorithm

  • .gitignore
  • BrotliSharpLib.sln
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/master131/BrotliSharpLib

Downloads the entire project code from GitHub to your computer.

cd BrotliSharpLib

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
The following are benchmark results using [DotNetBenchmark](https://github.com/dotnet/BenchmarkDotNet) with BrotliSharpLib (v0.2.1) and [Google's C# implementation](https://github.com/google/brotli/tree/master/csharp/org/brotli/dec) built against .NET Framework 4.6.1. The original C version was compiled in Release mode using Visual Studio 2017 (v141) as a 64-bit Windows executable.

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation