BrotliSharpLib
Full C# port of Brotli compression algorithm
File Explorer
Download Latest Version (.zip)- BitReader.cs
- Constants.cs
- Decode.cs
- Huffman.cs
- State.cs
- Structures.cs
- Tables.cs
- Transform.cs
- Hasher.cs
- HashForgetfulChain.cs
- HashLongestMatch.cs
- HashLongestMatch64.cs
- HashLongestMatchQuickly.cs
- HashToBinaryTree.cs
- BackwardReferences.cs
- BackwardReferencesHQ.cs
- BitCost.cs
- BitCosts.cs
- BitStream.cs
- BlockEncoders.cs
- BlockSplitter.cs
- BlockSplitters.cs
- Cluster.cs
- Clusters.cs
- Command.cs
- CompressFragment.cs
- CompressFragmentTwoPass.cs
- Constants.cs
- Context.cs
- DictionaryHash.cs
- Encode.cs
- EntropyEncode.cs
- EntropyEncodeStatic.cs
- FastLog.cs
- FindMatchLength.cs
- Hash.cs
- Helpers.cs
- Histogram.cs
- LiteralCost.cs
- Memory.cs
- Metablock.cs
- Metablocks.cs
- Prefix.cs
- Quality.cs
- RingBuffer.cs
- StaticDict.cs
- StaticDictionaryLut.cs
- Structures.cs
- Tables.cs
- UTF8Util.cs
- WriteBits.cs
- Brotli-LICENSE
- Brotli.cs
- BrotliSharpLib.csproj
- BrotliStream.cs
- Constants.cs
- Detect.cs
- Helpers.cs
- StrongNameKey.snk
- Structures.cs
- Tables.cs
- 10x10y
- 10x10y.compressed
- 64x
- 64x.compressed
- alice29.txt
- alice29.txt.compressed
- asyoulik.txt
- asyoulik.txt.compressed
- backward65536
- backward65536.compressed
- compressed_file
- compressed_file.compressed
- compressed_repeated
- compressed_repeated.compressed
- empty
- empty.compressed
- empty.compressed.00
- empty.compressed.01
- empty.compressed.02
- empty.compressed.03
- empty.compressed.04
- empty.compressed.05
- empty.compressed.06
- empty.compressed.07
- empty.compressed.08
- empty.compressed.09
- empty.compressed.10
- empty.compressed.11
- empty.compressed.12
- empty.compressed.13
- empty.compressed.14
- empty.compressed.15
- empty.compressed.16
- empty.compressed.17
- empty.compressed.18
- lcet10.txt
- lcet10.txt.compressed
- mapsdatazrh
- mapsdatazrh.compressed
- monkey
- monkey.compressed
- plrabn12.txt
- plrabn12.txt.compressed
- pokemon_lvl_11.proto
- pokemon_lvl_11.proto.br
- pokemon_lvl_3.proto
- pokemon_lvl_3.proto.br
- quickfox
- quickfox.compressed
- quickfox_repeated
- quickfox_repeated.compressed
- random_chunks
- random_org_10k.bin
- random_org_10k.bin.compressed
- ukkonooa
- ukkonooa.compressed
- x
- x.compressed
- x.compressed.00
- x.compressed.01
- x.compressed.02
- x.compressed.03
- xyzzy
- xyzzy.compressed
- zeros
- zeros.compressed
- BrotliSharpLib.Tests.csproj
- BrotliTests.cs
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
