Updated Performance (markdown)

John Doe 2020-04-05 14:49:22 +05:30
parent 62ad540f14
commit 2453432984
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)
#### 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