1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Performance (markdown)

John Doe 2020-04-05 13:39:39 +05:30
parent b81b9af26e
commit 29d3a2992e

@ -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