From 34e8311b5103eaed55429ab8f7baf5188e0d7dc0 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 5 Apr 2020 11:53:53 +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 5a9acd5..17da80c 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) -#### Certain optimization techniques `nnn` development ignores: +#### Optimization techniques `nnn` development ignores: - replace quicksort with a more aggressive algorithm by favoring space over time complexity (once there was a random load option, now removed) - call non-standard platform-specific APIs like `getdents()`/`getdents64()` (the _Description_ section in the Linux man page starts with _These are not the interfaces you are interested in_); applies to Linux-specific `statx()` too