diff --git a/README.md b/README.md index 0035b56..6c0a0df 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # EasyCompressor - An **Easy-to-Use** and **Optimized** compression library for .NET that unified several compression algorithms including **LZ4**, **Snappy**, **Zstd**, **LZMA**, **Brotli**, **GZip**, **ZLib**, and **Deflate**. + An **Easy-to-Use** and **Optimized** compression library for .NET that unified several compression algorithms including **LZ4**, **Snappy**, **Zstd**, **LZMA**, **Brotli**, **GZip**, **ZLib**, and **Deflate**. Along with a great [**Performance Benchmark**](#benchmarks) between different compression algorithms. @@ -276,7 +276,7 @@ public class YourClass - GZip - Deflate --> -![Benchmark](Benchmark.png) +![Benchmark](https://raw.githubusercontent.com/mjebrahimi/EasyCompressor/master/Benchmark.png) ### Other Benchmarks @@ -310,7 +310,7 @@ public class YourClass 2. LZMACompressor (smaller in large data but **very slow** and memory inefficient) 3. ZstdSharpCompressor (**fastest** meanwhile with acceptable/good enough level of compression) -![Benchmark](docs/Benchmark-HighestCompression.png) +![Benchmark](https://raw.githubusercontent.com/mjebrahimi/EasyCompressor/master/docs/Benchmark-HighestCompression.png) #### BenchmarkDotNetVisualizer🌈 @@ -342,7 +342,7 @@ All the benchmarks are visualized using [BenchmarkDotNetVisualizer](https://gith StreamCompatible which is compatible with Stream's output. (NOT compatible with other modes neither LegacyCompatible nor Optimal modes) It's slower than other modes but moderate in memory allocation. (Slow_GCModerated) -**Full Changelog**: https://github.com/mjebrahimi/EasyCompressor/compare/1.4.0...2.0.0 +**Full Changelog**: https://github.com/mjebrahimi/EasyCompressor/compare/1.4.0...2.0.1 ## Todo @@ -357,7 +357,7 @@ Open an [issue](https://github.com/mjebrahimi/EasyCompressor/issues/new) or [dis ## Contributing -Create an [issue](https://github.com/mjebrahimi/EasyCompressor/issues/new) if you found a **BUG** or have a **Suggestion** or **Question**. +Create an [issue](https://github.com/mjebrahimi/EasyCompressor/issues/new) or [discussion](https://github.com/mjebrahimi/EasyCompressor/discussions/new/choose) if you found a **BUG** or have a **Suggestion** or **Question**. **Or if you want to develop this project:** diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5138fe3..baeb4ed 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -4,9 +4,9 @@ 12.0 disable disable - 2.0.0 - 2.0.0 - 2.0.0 + 2.0.1 + 2.0.1 + 2.0.1 Mohammad Javad Ebrahimi Mohammad Javad Ebrahimi Copyright © Mohammad Javad Ebrahimi 2020 diff --git a/src/EasyCaching.Extensions.EasyCompressor/README.md b/src/EasyCaching.Extensions.EasyCompressor/README.md index c121445..0d8b2da 100644 --- a/src/EasyCaching.Extensions.EasyCompressor/README.md +++ b/src/EasyCaching.Extensions.EasyCompressor/README.md @@ -4,7 +4,7 @@ # EasyCaching.Extensions.EasyCompressor -A nice integration between [EasyCaching](https://github.com/dotnetcore/EasyCaching) and [EasyCompressor](https://github.com/mjebrahimi/EasyCompressor). +A nice integration between [EasyCaching](https://github.com/dotnetcore/EasyCaching) and [EasyCompressor](https://github.com/mjebrahimi/EasyCompressor). This library aids in **Improving Performance** by **Reducing Memory Usage** and **Bandwidth Usage** by compressing your cache data, especially for distributed cache (such as Redis). @@ -82,7 +82,7 @@ You can see the benchmark of compressors [here](https://github.com/mjebrahimi/Ea ## Contributing -Create an [issue](https://github.com/mjebrahimi/EasyCompressor/issues/new) if you found a **BUG** or have a **Suggestion** or **Question**. +Create an [issue](https://github.com/mjebrahimi/EasyCompressor/issues/new) or [discussion](https://github.com/mjebrahimi/EasyCompressor/discussions/new/choose) if you found a **BUG** or have a **Suggestion** or **Question**. **Or if you want to develop this project:**