mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Performance (markdown)
parent
29d3a2992e
commit
135c3a2b08
@ -26,12 +26,12 @@
|
||||
|
||||
#### Optimization options `nnn` development ignores:
|
||||
|
||||
- replace quicksort with a more aggressive algorithm by favoring space over time complexity
|
||||
- replace quicksort with a more aggressive algorithm (favor space over time complexity)
|
||||
- usually not perceptible by human beings
|
||||
- the random load option is also removed
|
||||
- non-standard calls like `statx()`/`getdents()`/`getdents64()`
|
||||
- platform-specific
|
||||
- Linux man page "Description" begins with _These are not the interfaces you are interested in._
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user