Updated Performance (markdown)

John Doe 2020-04-05 11:53:53 +05:30
parent f6e586a28c
commit 34e8311b51
1 changed files with 1 additions and 1 deletions

@ -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