Updated Performance (markdown)

John Doe 2020-04-05 14:53:08 +05:30
parent 1f9e19cf1b
commit 2736ce3681
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@
- `O3` level compiler optimization
- 0-warning statically-analyzed code (forced `-Wall -Wextra -Werror` in CI)
#### Discarded optimization options:
#### Rejected optimization options:
- replace quicksort with a more aggressive algorithm (favor space over time complexity)
- usually not perceptible by human beings