File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,14 @@ The benchmark was generated by [a GitHub Workflow](https://github.com/KSXGitHub/
5050* Very fast.
5151* Relative comparison of separate files.
5252* Extensible via the library crate or JSON interface.
53+ * Unbiased regarding hardlinks: All hardlinks are treated as real files.
54+ * Optional hardlink detection and deduplication (would make ` pdu ` proportionally slower).
5355* Optional progress report (would make ` pdu ` slightly slower).
5456* Customize tree depth.
5557* Customize chart size.
5658
5759## Limitations
5860
59- * Ignorant of hard links: All hard links are counted as real files.
6061* Do not follow symbolic links.
6162* Do not differentiate filesystem: Mounted folders are counted as normal folders.
6263* The runtime is optimized at the expense of binary size.
You can’t perform that action at this time.
0 commit comments