From b593248570c5edbfa2831248d64433b1f0b4aefe Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 5 Apr 2020 14:53:57 +0530 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Performance.md b/Performance.md index f48bf11..e0d1101 100644 --- a/Performance.md +++ b/Performance.md @@ -6,7 +6,7 @@ `nnn` uses highly optimized algorithms for performance. -#### Significant factors: +#### Significant factors - quicksort with pre-filters to sort by filename, time, size etc. - 0 fragmentation - no byte loss while storing file name of directory entries @@ -26,7 +26,7 @@ - `O3` level compiler optimization - 0-warning statically-analyzed code (forced `-Wall -Wextra -Werror` in CI) -#### Rejected optimization options: +#### Rejected optimization options - replace quicksort with a more aggressive algorithm (favor space over time complexity) - usually not perceptible by human beings