From ad5df2e3846f741eb10ce7e62b63b5b2fb20d3f9 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Sat, 17 Aug 2019 11:02:14 +0530 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Performance.md b/Performance.md index 8de921d..045fd7b 100644 --- a/Performance.md +++ b/Performance.md @@ -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 58K 15740 4348 2460 S 0.1 nnn -S -#### 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: