1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-26 09:52:12 +03:00

Updated Performance (markdown)

Mischievous Meerkat 2019-12-22 08:22:03 +05:30
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