From bf28d424837cba93d3c7676dcfe0d6f9daf523d2 Mon Sep 17 00:00:00 2001 From: Xavier L'Heureux Date: Sun, 24 Nov 2019 22:19:49 -0500 Subject: [PATCH] Update Performance section of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 767ab85..55eca92 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ djin:git/dust> dust ## Performance -Dust is currently about 4 times slower than du. +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