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.
- Host: GitHub
- URL: https://github.com/binakot/gziptest
- Owner: binakot
- License: mit
- Created: 2017-03-27T19:04:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T17:35:53.000Z (over 9 years ago)
- Last Synced: 2025-10-29T22:42:32.626Z (8 months ago)
- Topics: csharp, dotnet, gzip, multithreading, test
- Language: C#
- Size: 396 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)