Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

smolchanovsky/GZipCompressor

Repository files navigation

GZipCompressor

Console program for multi-threaded block compression and decompression of files using System.IO.Compression.GzipStream. For compression, the source file is divided into blocks of the same size. Each block compresses and writes to the output file independently of the other blocks.

About

Multi-threaded block compression of files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages