From 29d3a2992eeaa22d733ea57dbb2b7dc1963740a3 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 5 Apr 2020 13:39:39 +0530 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Performance.md b/Performance.md index 5398c71..acb541e 100644 --- a/Performance.md +++ b/Performance.md @@ -31,13 +31,13 @@ - the random load option is also removed - non-standard calls like `statx()`/`getdents()`/`getdents64()` - platform-specific - - the _Description_ section in the Linux man page starts with _These are not the interfaces you are interested in_ + - Linux man page "Description" begins with _These are not the interfaces you are interested in._ - optimize handling 10K+ entries in a dir - not a mass use case - performance with 10K files is good enough today - SSD/NVMe are the future - use lazy/background/threaded load - - `nnn` supports du, sort and _nav-as-you-type_ as program options, it needs to `stat` all files beforehand + - the du, sort and _nav-as-you-type_ program options require a `stat` all files beforehand ## Comparison