From 6db2f7ecc1562fb1795e8370f8ef67fb10b29af4 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Sun, 12 Apr 2020 18:55:56 +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 3e99d97..47d95e3 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 a `stat()` on all entries + - du, sort and _type-to-nav_ program options require a `stat()` on all entries ## Comparison