mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 00:26:00 +03:00
Updated Performance (markdown)
parent
b81b9af26e
commit
29d3a2992e
@ -31,13 +31,13 @@
|
|||||||
- the random load option is also removed
|
- the random load option is also removed
|
||||||
- non-standard calls like `statx()`/`getdents()`/`getdents64()`
|
- non-standard calls like `statx()`/`getdents()`/`getdents64()`
|
||||||
- platform-specific
|
- 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
|
- optimize handling 10K+ entries in a dir
|
||||||
- not a mass use case
|
- not a mass use case
|
||||||
- performance with 10K files is good enough today
|
- performance with 10K files is good enough today
|
||||||
- SSD/NVMe are the future
|
- SSD/NVMe are the future
|
||||||
- use lazy/background/threaded load
|
- 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
|
## Comparison
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user