mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Performance (markdown)
parent
4343055450
commit
f95936510c
|
@ -28,10 +28,10 @@
|
|||
|
||||
- replace quicksort with a more aggressive algorithm (favor space over time complexity)
|
||||
- the difference is not usually perceptible by human beings
|
||||
- the random load option is also removed
|
||||
- the random load option is also removed to emphasize this
|
||||
- non-standard calls like `statx()`/`getdents()`/`getdents64()`
|
||||
- platform-specific
|
||||
- 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 a new issue