An open API service indexing awesome lists of open source software.

https://github.com/binakot/gziptest

Simple .NET 3.5 multi-threaded GZipStream-based compressor/decompressor w/o ThreadPool, BackgroundWorker, TPL, etc.
https://github.com/binakot/gziptest

csharp dotnet gzip multithreading test

Last synced: about 2 months ago
JSON representation

Simple .NET 3.5 multi-threaded GZipStream-based compressor/decompressor w/o ThreadPool, BackgroundWorker, TPL, etc.

Awesome Lists containing this project

README

          

# GZipTest

Simple .NET 3.5 multi-threaded GZipStream-based compressor/decompressor w/o ThreadPool, BackgroundWorker, TPL, etc.

Test task from [Veeam® Software](https://www.veeam.com)

[Description of task (in russian :ru:)](docs/task.md)

[Description of implementation (in russian :ru:)](docs/impl.md)

## TODOs

* :white_check_mark: Examine the test task, develop the application architecture

* :white_check_mark: Write a stable version of the application, cover the code with tests

* :white_large_square: Add a logger and diagnostic tools

* :white_large_square: Add complex performance tests

* :white_large_square: Increase performance and other improvements

## Performance

[Performance tests :rocket:](docs/performance.md)

## Other

[Do you want to see how others do it? :octocat:](https://github.com/search?o=desc&q=GZipTest&s=updated&type=Repositories&utf8=%E2%9C%93)