mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Performance (markdown)
parent
0b92c8b9f2
commit
1f9e19cf1b
|
@ -4,7 +4,9 @@
|
||||||
|
|
||||||
## Optimization techniques
|
## Optimization techniques
|
||||||
|
|
||||||
#### `nnn` uses highly optimized algorithms for performance. The significant factors are:
|
`nnn` uses highly optimized algorithms for performance.
|
||||||
|
|
||||||
|
#### Significant factors:
|
||||||
|
|
||||||
- quicksort with pre-filters to sort by filename, time, size etc.
|
- quicksort with pre-filters to sort by filename, time, size etc.
|
||||||
- 0 fragmentation - no byte loss while storing file name of directory entries
|
- 0 fragmentation - no byte loss while storing file name of directory entries
|
||||||
|
|
Loading…
Reference in a new issue