You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This library aids in **Improving Performance** by **Reducing Memory Usage** and
20
20
-[Benchmarks](#benchmarks)
21
21
-[Best Compressors based on Overall Performance (Speed and Memory Allocation) in each case](#best-compressors-based-on-overall-performance-speed-and-memory-allocation-in-each-case)
22
22
-[Best Compressors based on Highest compression (Smallest size)](#best-compressors-based-on-highest-compression-smallest-size)
23
-
-[What's Changed from v1.4.0 to v2.0.0](#whats-changed-from-v140-to-v200)
23
+
-[What's Changed from v1.4.0 to v2.0.1](#whats-changed-from-v140-to-v201)
24
24
-[Todo](#todo)
25
25
26
26
## Usage
@@ -316,7 +316,7 @@ public class YourClass
316
316
317
317
All the benchmarks are visualized using [BenchmarkDotNetVisualizer](https://github.com/mjebrahimi/BenchmarkDotNetVisualizer).
318
318
319
-
## What's Changed from v1.4.0 to v2.0.0
319
+
## What's Changed from v1.4.0 to v2.0.1
320
320
321
321
* Many **improvements** were made including **performance optimizations** and **bug fixes**.
322
322
* A great [Performance Benchmark](https://github.com/mjebrahimi/EasyCompressor#benchmarks) between different compression algorithms added.
0 commit comments