mirror of
https://github.com/jarun/nnn.git
synced 2024-11-26 09:52:12 +03:00
Updated Performance (markdown)
parent
d2c840e989
commit
03d18e8dcd
@ -6,8 +6,8 @@
|
||||
|
||||
`nnn` uses highly optimized algorithms for performance. The significant factors are:
|
||||
|
||||
- quicksort with pre-filters to sort files based on filename, time, size etc.
|
||||
- 0 fragmentation - no byte loss while saving file name of directory entries
|
||||
- quicksort with pre-filters to sort by filename, time, size etc.
|
||||
- 0 fragmentation - no byte loss while storing file name of directory entries
|
||||
- no copying of filename strings while sorting/filtering
|
||||
- entries not matching a filter are moved to the lowest slots to ignore later
|
||||
- increased number of open file descriptors
|
||||
|
Loading…
Reference in New Issue
Block a user