We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34a188 commit 811abdbCopy full SHA for 811abdb
README.md
@@ -15,6 +15,15 @@ Summarize disk usage of the set of files, recursively for directories.
15
16
Both `dust` (v0.5.4) and `dutree` (v0.12.5) do not utilize the parallel computing capability of Rust to improve performance.
17
18
+_Below is a benchmark sample of `pdu` (v0.0.0) against `dust`, `dutree`, and `du` (lower is better):_
19
+
20
+<a href="https://github.com/KSXGitHub/parallel-disk-usage-0.0.0-benchmarks/blob/master/tmp.benchmark-report.CHARTS.md">
21
+ <img
22
+ alt="benchmark pdu v0.0.0 against dust, dutree, and du"
23
+ src="https://ksxgithub.github.io/parallel-disk-usage-0.0.0-benchmarks/tmp.benchmark-report.competing.blksize.svg"
24
+ >
25
+</a>
26
27
## Demo
28
29
[](https://asciinema.org/a/416663)
0 commit comments