Compare commits

...

2 Commits

Author SHA1 Message Date
andy.boot 75e419e7ed Update README.md
Remove section on performance, I can not replicate this and don't want to cause controversy.
2020-02-03 20:54:19 +00:00
andy.boot 4a62fc5726 Update README.md
include dutree in alternatives
2020-02-03 20:52:12 +00:00
+1 -3
View File
@@ -64,13 +64,11 @@ djin:git/dust> dust
124M └── deps
```
## Performance
Dust uses a parallel fetching implementation that greatly improves performance for directory trees with reasonable amount of files (read more than 20) compared to du. This can be as much as 7x faster than du on a clean cache.
## Alternatives
* [NCDU](https://dev.yorhel.nl/ncdu)
* [dutree](https://github.com/nachoparker/dutree)
* du -d 1 -h | sort -h
Note: Apparent-size is calculated slightly differently in dust to gdu. In dust each hard link is counted as using file_length space. In gdu only the first entry is counted.