1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Performance (markdown)

John Doe 2020-04-05 14:54:25 +05:30
parent b593248570
commit b468516038

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