From 2453432984cb2f1b4d2d58de974f6f817e2a0131 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 5 Apr 2020 14:49:22 +0530 Subject: [PATCH] Updated Performance (markdown) --- Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Performance.md b/Performance.md index 56dcab7..8b7c8ad 100644 --- a/Performance.md +++ b/Performance.md @@ -24,7 +24,7 @@ - `O3` level compiler optimization - 0-warning statically-analyzed code (forced `-Wall -Wextra -Werror` in CI) -#### Optimization options `nnn` development ignores: +#### Discarded optimization options: - replace quicksort with a more aggressive algorithm (favor space over time complexity) - usually not perceptible by human beings