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-08-17 11:02:14 +05:30
parent 2803498700
commit ad5df2e384

@ -1,4 +1,4 @@
#### COMPARISON
## Comparison
Stripped binary (or script) size and memory usage of `nnn` and some other popular FMs (which existed before `nnn`) while viewing a directory with 13.5K files (0 directories), sorted by size/du:
@ -10,7 +10,7 @@ Stripped binary (or script) size and memory usage of `nnn` and some other popula
<b> 58K</b> 15740 <b> 4348</b> 2460 S 0.1 nnn -S
</pre>
#### NNN VS. LS
## nnn vs. ls
`nnn` takes less than 50% time to list a directory with 2083 files:
@ -103,7 +103,7 @@ $ time strace -c ls -l /usr/bin | wc -l
NOTE: Each reading is taken separately at cold boot.
#### OPTIMIZATION
## Optimization
`nnn` uses highly optimized algorithms for performance. Some of the significant factors are listed below: