From 0b92c8b9f237e726937df8ba5e011ff201446ce9 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 5 Apr 2020 14:51:05 +0530 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Performance.md b/Performance.md index 8b7c8ad..aa53003 100644 --- a/Performance.md +++ b/Performance.md @@ -37,7 +37,7 @@ - performance with 10K files is good enough today - SSD/NVMe are the future - use lazy/background/threaded load - - du, sort and _nav-as-you-type_ program options require the `stat` of all entries + - du, sort and _nav-as-you-type_ program options require a `stat()` on all entries ## Comparison