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