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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Highly parallelized, blazing fast directory tree analyzer.
15
15
16
16
Both `dust` (v0.5.4) and `dutree` (v0.12.5) do not utilize the parallel computing capability of Rust to improve performance.
17
17
18
+
Furthermore, when providing multiple file names to `dust`, it shows bars of the exact same length regardless of size differences. This is the final push for the author of `pdu` to create this tool.
19
+
18
20
## Benchmark
19
21
20
22
The benchmark was generated by [a GitHub Workflow](https://github.com/KSXGitHub/parallel-disk-usage/blob/0.2.4/.github/workflows/deploy.yaml#L476-L658) and uploaded to the release page.
@@ -49,6 +51,20 @@ The benchmark was generated by [a GitHub Workflow](https://github.com/KSXGitHub/
49
51
50
52
[](https://asciinema.org/a/416664)
51
53
54
+
## Features
55
+
56
+
* Fast.
57
+
* Relative comparison of separate files.
58
+
* Extensible via the library crate or JSON interface.
59
+
* Optional progress report.
60
+
61
+
## Limitations
62
+
63
+
* Ignorant of hard links: All hard links are counted as real files regardless of how many times it appear in the tree.
64
+
* Do not follow symbolic links.
65
+
* Do not differentiate filesystem: Mounted folders are counted as normal folders.
66
+
* The runtime is optimized at the expense of binary size.
0 commit comments